Skip to content

Commit

Permalink
Updated requirements path for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Oct 3, 2023
1 parent adcee9a commit dd2787d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd2787d

Please sign in to comment.