Update peaceiris/actions-gh-pages action to v4

This commit is contained in:
renovate[bot] 2024-04-08 16:54:46 +00:00 committed by GitHub
parent 3b8984ec30
commit 1cbf23b9e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
- name: Bundle specification - name: Bundle specification
run: npm run build run: npm run build
- name: Publish ReDoc on Github Pages - name: Publish ReDoc on Github Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist publish_dir: ./dist