Skip to content

Commit c692c55

Browse files
committed
Test
1 parent 431e6f1 commit c692c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Deploy to GitHub Pages
3838
uses: peaceiris/actions-gh-pages@v4
3939
with:
40-
github_token: ${{ secrets.PUSH_TOKEN }}
40+
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_branch: gh-pages
4242
publish_dir: docs/build/html

0 commit comments

Comments
 (0)