Skip to content

Commit

Permalink
updated publish to build and clean the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Feb 13, 2024
1 parent 60752c3 commit 414e351
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ echo "($VERSION) updating $CURRENT_VERSION to $NEW_TAG"

echo "Tagged with $NEW_TAG"

cd documentation_source
make html
make clean
cd ..
git add docs/
git commit -m "docs"

# Github stuff
python update_version.py $NEW_TAG
git add setup.py
Expand Down

0 comments on commit 414e351

Please sign in to comment.