Skip to content

Commit

Permalink
add makefile to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Jul 29, 2024
1 parent af37028 commit c4c7e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
files: coverage.xml
- name: Documentation
run: |
make doc
python -m pip install -r docs/requirements.txt
mkdocs build --clean
working-directory: docs
deploy:
needs: test
Expand Down

0 comments on commit c4c7e97

Please sign in to comment.