diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5073111..f7459b3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,7 +35,7 @@ jobs: - name: Deploy if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.