diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 529ca05..d1d2d13 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: publish: true documentation_path: ./source requirements_path: ./source/requirements.txt - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ steps.deployment.outputs.artifact }} \ No newline at end of file