diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 874cea3..64e3423 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -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 }}"