Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Push documentation to docs folder instead of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thuijskens committed Sep 15, 2018
1 parent 77d15e6 commit 7bf34d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/circleci/push_doc.sh
Expand Up @@ -17,7 +17,7 @@ GENERATED_DOC_DIR=$(readlink -f $GENERATED_DOC_DIR)


if [ "$CIRCLE_BRANCH" = "master" ] if [ "$CIRCLE_BRANCH" = "master" ]
then then
dir=dev dir=docs # NOTE: I needed to change this from dev to docs for gh-pages to work
else else
# Strip off .X # Strip off .X
dir="${CIRCLE_BRANCH::-2}" dir="${CIRCLE_BRANCH::-2}"
Expand Down

0 comments on commit 7bf34d7

Please sign in to comment.