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