Skip to content

Commit 58ac3a8

Browse files
committed
fix
1 parent 7344efb commit 58ac3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/document.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{ github.event_name == 'push' }}
3434
uses: peaceiris/actions-gh-pages@v4
3535
with:
36-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
36+
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
publish_dir: ./tools/generated
3838
destination_dir: ${{ steps.version.outputs.VERSION_NAME }}
3939
- name: Upload zip

0 commit comments

Comments
 (0)