Skip to content

Commit

Permalink
Saving as a separate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Oct 8, 2018
1 parent b1ae17c commit 9477c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docs.sh
Expand Up @@ -25,7 +25,7 @@ if [ "$TRAVIS_BRANCH" = "$BUILD_DOCS_FROM_BRANCH" \
pip install pyopenssl
pip install -r docs/requirements.txt
ros install 40ants/cldomain
bash <(curl -L https://raw.githubusercontent.com/40ants/update-gh-pages/master/build-docs.ros)
curl -L https://raw.githubusercontent.com/40ants/update-gh-pages/master/build-docs.ros > ~/build-docs.ros && chmod +x ~/build-docs.ros && ~/build-docs.ros
else
echo "Skipping documentation build because environment is not suitable."
fi

0 comments on commit 9477c30

Please sign in to comment.