diff --git a/.github/workflows/docs-on-release.yml b/.github/workflows/docs-on-release.yml index 20a805519..47011e534 100644 --- a/.github/workflows/docs-on-release.yml +++ b/.github/workflows/docs-on-release.yml @@ -25,7 +25,7 @@ jobs: - name: Build and Commit uses: sphinx-notes/pages@v2 with: - requirements_path: docs/requirements.txt + requirements_path: doc/requirements.txt documentation_path: doc/source target_path: ${{ env.RELEASE_VERSION }} - name: Redirect stable to new release diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cb7540a46..a60a8d663 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: - name: Build and Commit uses: sphinx-notes/pages@v2 with: - requirements_path: docs/requirements.txt + requirements_path: doc/requirements.txt documentation_path: doc/source target_path: latest - name: Push changes