ci(github-action)!: Update peaceiris/actions-gh-pages action ( v3.9.3 → v4.0.0 ) (#316)

Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
This commit is contained in:
repo-duster[bot] 2024-04-09 12:24:43 +02:00 committed by GitHub
parent b61ed1ab5c
commit 0a42b82a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
run: mkdocs build -f .ci/mkdocs/mkdocs.yml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ steps.app-token.outputs.token }}