From 6b6c9b4896a30fdfd2d373cc16b5d21b6a96bd1a Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Mon, 8 Jan 2024 13:28:39 -0800 Subject: [PATCH] Fix commit hash for peaceiris/actions-gh-pages (#3) Fix wrong commit hash for `peaceiris/actions-gh-pages` in the `build.yml` GH Action. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3337130..8e64c70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: - name: Deploy to gh-pages if: success() && github.event_name != 'pull_request' # Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/ - uses: peaceiris/actions-gh-pages@v373f7f263a76c20808c831209c920827a82a2847 + uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/html