diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e70687aa..a5f09d22 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,7 +76,7 @@ jobs: popd - name: Publish documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages # The branch the action should deploy to. folder: docs/build # The folder the action should deploy.