8000
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.
1 parent 7e97a37 commit 0c44435Copy full SHA for 0c44435
.circleci/deploy-docs.sh
@@ -2,8 +2,8 @@
2
3
set -e
4
5
-if [ "$CIRCLE_BRANCH" != "master" -o "$CIRCLE_PULL_REQUEST" != "" ]; then
6
- echo "Not uploading docs from non-master branch."
+if [ "$CIRCLE_PROJECT_USERNAME" != "matplotlib" -o "$CIRCLE_BRANCH" != "master" -o "$CIRCLE_PULL_REQUEST" != "" ]; then
+ echo "Not uploading docs from non-master branch or non-Matplotlib org."
7
exit
8
fi
9
0 commit comments