Skip to content

Commit

Permalink
Set dev docs to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Jun 11, 2022
1 parent 18152a2 commit d7c705e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Support/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ python Python/RunShapeWorksAutoDoc.py --md_filename docs/tools/ShapeWorksCommand
doxybook2 -i ${INSTALL_DIR}/Documentation/Doxygen/xml -o docs/api -c docs/doxygen/doxybook2.config.json

# use mike to mkdocs w/ version
mike deploy --config-file ./mkdocs.yml --title "6.3" 6.3 --branch gh-pages --update-aliases
mike set-default dev
mike deploy --config-file ./mkdocs.yml --title "6.4 (dev)" 6.4 dev --branch gh-pages --update-aliases
mike set-default latest

# update docs on github
git push origin gh-pages

0 comments on commit d7c705e

Please sign in to comment.