We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520f362 commit c386003Copy full SHA for c386003
.github/workflows/document.yml
@@ -31,9 +31,9 @@ jobs:
31
VERSION: ${{ steps.version.outputs.VERSION_NAME }}
32
- name: Publish to github pages
33
if: ${{ github.event_name == 'push' }}
34
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
35
with:
36
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ 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