chore(deps): update peaceiris/actions-gh-pages action to v4 (#48)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-09 17:42:39 +01:00 committed by GitHub
parent f72ae06336
commit 2005f1588f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- run: "pip install catppuccin[pygments,gh-pages]"
- run: "scripts/build-gh-pages"
- run: "npx lightningcss-cli --minify ./gh-pages/pygments/*.css --output-dir ./gh-pages/pygments/"
- uses: "peaceiris/actions-gh-pages@v3"
- uses: "peaceiris/actions-gh-pages@v4"
with:
enable_jekyll: false
github_token: "${{ secrets.GITHUB_TOKEN }}"