Skip to content

Commit a6ba681

Browse files
committed
Remove --no-redirect from mike command, in 2.x it is the default.
1 parent 5cfc81e commit a6ba681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python Python/RunShapeWorksAutoDoc.py --md_filename docs/tools/ShapeWorksCommand
5858
doxybook2 -i ${INSTALL_DIR}/Documentation/Doxygen/xml -o docs/api -c docs/doxygen/doxybook2.config.json
5959

6060
# use mike to mkdocs w/ version
61-
mike deploy --config-file ./mkdocs.yml --title "6.7 (dev)" 6.7 dev --branch gh-pages --update-aliases --no-redirect
61+
mike deploy --config-file ./mkdocs.yml --title "6.7 (dev)" 6.7 dev --branch gh-pages --update-aliases
6262
mike set-default latest
6363

6464
# update docs on github

0 commit comments

Comments
 (0)