We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7344efb commit 58ac3a8Copy full SHA for 58ac3a8
.github/workflows/document.yml
@@ -33,7 +33,7 @@ jobs:
33
if: ${{ github.event_name == 'push' }}
34
uses: peaceiris/actions-gh-pages@v4
35
with:
36
- deploy_key: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_dir: ./tools/generated
38
destination_dir: ${{ steps.version.outputs.VERSION_NAME }}
39
- name: Upload zip
0 commit comments