Skip to content

Commit 0ec3457

Browse files
git page deploy
1 parent 2053cb8 commit 0ec3457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Deploy to GitHub Pages
4747
uses: peaceiris/actions-gh-pages@v3
4848
with:
49-
github_token: ${{ secrets.GITHUB_TOKEN }}
49+
personal_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
5050
publish_dir: ./docs/build/html
5151
destination_dir: docs
5252

0 commit comments

Comments
 (0)