diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 12e1a04..33f3756 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: - name: Build and Deploy # Deploys to GitHub Pages only on main or release tags (v*) if: "github.ref == 'refs/heads/main' || (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v'))" - uses: sphinx-notes/pages@3.5 + uses: sphinx-notes/pages@3.6 with: documentation_path: docs/source requirements_path: docs/source/requirements.txt