From de7478e5c00b2c33e15046e11b8514a31147eb90 Mon Sep 17 00:00:00 2001 From: renovate-coveooss <382603+renovate-coveooss[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 03:05:41 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages digest to c44a4fc --- .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..e77ca49 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@c44a4fc7316f8e981e0af94ac6a37e1f53f83c2d with: allow_empty_commit: false deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}