Skip to content

Commit 2005f15

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f72ae06 commit 2005f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: "pip install catppuccin[pygments,gh-pages]"
2020
- run: "scripts/build-gh-pages"
2121
- run: "npx lightningcss-cli --minify ./gh-pages/pygments/*.css --output-dir ./gh-pages/pygments/"
22-
- uses: "peaceiris/actions-gh-pages@v3"
22+
- uses: "peaceiris/actions-gh-pages@v4"
2323
with:
2424
enable_jekyll: false
2525
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)