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 7818712 commit f240b00Copy full SHA for f240b00
.ci_scripts/update_docs
@@ -35,7 +35,7 @@ if [ -n "$GH_TOKEN" ]; then
35
36
# Only commit the docs for commits on master.
37
# GITHUB_HEAD_REF is empty on forks
38
- if [[ "$GH_REF" == "ref/heads/master" ]] && [[ "$GH_HEAD_REF" == "" ]]; then
+ if [[ "$GH_REF" == "ref/heads/master" ]] && [[ "$GH_ACTOR" == "conda-forge" ]]; then
39
git add -A :/
40
git commit -m "Re-ran make.py. [ci skip]" || true
41
git remote add pushable https://${GH_TOKEN}@github.com/conda-forge/conda-forge.github.io.git/ > /dev/null
0 commit comments