diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5ca5723..54ae25d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -90,7 +90,7 @@ jobs: run: find docsite/_site - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages folder: docsite/_site