We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524a077 commit a7c8e93Copy full SHA for a7c8e93
.github/workflows/ci.yml
@@ -64,11 +64,15 @@ jobs:
64
with:
65
github_token: ${{ secrets.GITHUB_TOKEN }}
66
publish_dir: ./website/build
67
+ user_name: 'github-actions[bot]'
68
+ user_email: 'github-actions[bot]@users.noreply.github.com'
69
70
- name: Deploy to uimjs.github.io
71
uses: peaceiris/actions-gh-pages@v3
72
73
personal_token: ${{ secrets.PERSONAL_TOKEN_UIM }}
74
75
76
77
publish_branch: master
- external_repository: uimjs/uimjs.github.io
78
+ external_repository: uimjs/uimjs.github.io
0 commit comments