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 dc68fae commit 2daf292Copy full SHA for 2daf292
.ci_scripts/update_docs
@@ -28,7 +28,7 @@ mv docs-README docs/README
28
29
# Only commit the docs for commits on master.
30
# GITHUB_HEAD_REF is empty on forks
31
-if [[ "$GH_REF" == "ref/heads/master" ]] && [[ "$GH_TOKEN" != "" ]]; then
+if [[ $GH_REF == ref/heads/master ]] && [[ "$GH_TOKEN" != "" ]]; then
32
git add -A :/
33
git commit -m "Re-ran make.py. [ci skip]" || true
34
git remote add pushable https://${GH_TOKEN}@github.com/conda-forge/conda-forge.github.io.git/ > /dev/null
0 commit comments