We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f0a945 + 406f7d8 commit 30710efCopy full SHA for 30710ef
ci_scripts/push_doc.sh
@@ -44,5 +44,10 @@ git config --global user.name $USERNAME
44
git add -f ./$DOC_URL/
45
git commit -m "$MSG"
46
git push -f origin gh-pages
47
+if [ $? -ne 0 ]; then
48
+ echo "Pushing docs failed"
49
+ echo
50
+ exit 1
51
+fi
52
53
echo $MSG
circle.yml
@@ -52,5 +52,5 @@ general:
- "~/log.txt"
# Restric the build to the branch master only
54
branches:
55
- only:
56
- - master
+ ignore:
+ - gh-pages
0 commit comments