From ead81a6cdd0831eb007f074f3c357075f17edcdb Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Fri, 3 May 2024 16:12:10 +0100 Subject: [PATCH] ci: update gh pages action in github workflow Signed-off-by: Brian McGee --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ae8b081..991eb38 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: echo "result=$(readlink ./result)" >> $GITHUB_OUTPUT - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }}