Skip to content

Commit

Permalink
fix path to requirements file for docs build
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed May 21, 2024
1 parent 5a84245 commit 7d769fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Additional python packages
run: pip3 install -r src/requirements-doc.txt
run: pip3 install -r src/requirements-docs.txt
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build current docs
Expand Down

0 comments on commit 7d769fb

Please sign in to comment.