Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yosupo06 committed Jun 19, 2024
1 parent 520f362 commit c386003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
VERSION: ${{ steps.version.outputs.VERSION_NAME }}
- name: Publish to github pages
if: ${{ github.event_name == 'push' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./tools/generated
destination_dir: ${{ steps.version.outputs.VERSION_NAME }}
- name: Upload zip
Expand Down

0 comments on commit c386003

Please sign in to comment.