Skip to content

Commit f240b00

Browse files
authored
Update update_docs
1 parent 7818712 commit f240b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_scripts/update_docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ -n "$GH_TOKEN" ]; then
3535

3636
# Only commit the docs for commits on master.
3737
# GITHUB_HEAD_REF is empty on forks
38-
if [[ "$GH_REF" == "ref/heads/master" ]] && [[ "$GH_HEAD_REF" == "" ]]; then
38+
if [[ "$GH_REF" == "ref/heads/master" ]] && [[ "$GH_ACTOR" == "conda-forge" ]]; then
3939
git add -A :/
4040
git commit -m "Re-ran make.py. [ci skip]" || true
4141
git remote add pushable https://${GH_TOKEN}@github.com/conda-forge/conda-forge.github.io.git/ > /dev/null

0 commit comments

Comments
 (0)