From 2005f1588f967686ed2ef222df3eaa3a726ce8d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:42:39 +0100 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 (#48) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"