Skip to content

Commit 54e7517

Browse files
committed
fix action
1 parent 829b4bb commit 54e7517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/document.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Publish to github pages
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
32-
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3333
publish_dir: ./tools/generated

0 commit comments

Comments
 (0)