Skip to content

Commit

Permalink
Add --no-redirect for mike
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Jul 9, 2022
1 parent 1fa64cc commit 2813396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ 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.4 (dev)" 6.4 dev --branch gh-pages --update-aliases
mike deploy --config-file ./mkdocs.yml --title "6.4 (dev)" 6.4 dev --branch gh-pages --update-aliases --no-redirect
mike set-default latest

# update docs on github
Expand Down

0 comments on commit 2813396

Please sign in to comment.