From 62b8852921f2c0e4983a2724c1a92caecde4d1be Mon Sep 17 00:00:00 2001 From: renovate-coveooss <382603+renovate-coveooss[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:01:26 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages digest to e2a4f02 --- .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 6c271f0..3445563 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: Deploy Documentation if: github.ref == 'refs/heads/master' - uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 + uses: peaceiris/actions-gh-pages@e2a4f025c9d62c09bd638834ca0b4c3379898d09 with: allow_empty_commit: false deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}