diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c271f0..42cd252 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@b3874735d628dd537df69b54ada2fd43b0b8ee04 with: allow_empty_commit: false deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}