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 2daf292 commit 12c4609Copy full SHA for 12c4609
.ci_scripts/update_docs
@@ -27,8 +27,7 @@ mv docs-README docs/README
27
# git diff
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