diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2012bfeb..6acc8742 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.6.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.1 if: github.ref == 'refs/heads/main' && github.event_name == 'push' with: branch: gh-pages