diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3640abbc..a84f0280 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,7 +26,7 @@ jobs: with: name: doc path: doc/index.html - - uses: JamesIves/github-pages-deploy-action@v4.4.3 + - uses: JamesIves/github-pages-deploy-action@v4.5.0 if: github.ref == 'refs/heads/main' && github.event_name == 'push' with: branch: gh-pages