Skip to content

Commit

Permalink
avoid empty doc/_static
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Nov 20, 2024
1 parent 47a91eb commit f58d9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_doc_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
pip install -e ".[doc]"
- name: Generate coverage files
run: |
mkdir -p doc/_static
if [ -f .coverage ]; then
coverage html --omit="tests/*.py" -d doc/_static/htmlcov
fi
Expand Down

0 comments on commit f58d9cf

Please sign in to comment.