From 15ad84bf8fc3b1019b166b620fdcae631068c388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Tue, 9 Apr 2024 08:46:44 +0200 Subject: [PATCH] Update to actions-gh-pages v4 Fixes the outdated Node version warnings of the gh-pages action. See https://github.com/peaceiris/actions-gh-pages/issues/1070 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e5d220..3f171ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - run: bash scripts/build.sh - run: cp includes/CNAME generated - run: cp includes/index.html generated - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./generated