diff --git a/template/.github/workflows/docs.yml b/template/.github/workflows/docs.yml index 5b20a7a..3a303f8 100644 --- a/template/.github/workflows/docs.yml +++ b/template/.github/workflows/docs.yml @@ -71,7 +71,7 @@ jobs: path: html/ - run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}" - - uses: JamesIves/github-pages-deploy-action@v4.7.6 + - uses: JamesIves/github-pages-deploy-action@v4.8.0 if: ${{ inputs.publish }} with: branch: gh-pages