Skip to content

Commit

Permalink
fix(docs): install requirements CORRECTLY in CI (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex authored Nov 12, 2024
1 parent e7d2655 commit 0a03b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
Jinja2 \
ruamel.yaml && \
pip install git+https://github.com/JakubAndrysek/mkdoxy && \
pip install docs/requirements.txt
pip install -r docs/requirements.txt
- run: mkdocs build --site-dir _site
- run: touch _site/.nojekyll
- run: |
Expand Down

0 comments on commit 0a03b66

Please sign in to comment.