Skip to content

Commit

Permalink
Add make clean to build to ensure index.html is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdnolan committed Aug 27, 2024
1 parent 532acf4 commit f4be38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
conda activate mosaic_dev
pip check
cd docs
make html
make clean && make html
- name: Copy Docs and Commit
run: |
set -e
Expand Down

0 comments on commit f4be38f

Please sign in to comment.