Skip to content

Commit 75879a6

Browse files
authored
Update update_docs
1 parent 12c4609 commit 75879a6

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
@@ -27,7 +27,7 @@ mv docs-README docs/README
2727
# git diff
2828

2929
# Only commit the docs for commits on master.
30-
if [[ $GH_REF == ref/heads/master ]] && [[ $GH_TOKEN != "" ]]; then
30+
if [[ $GH_REF == refs/heads/master ]] && [[ $GH_TOKEN != "" ]]; then
3131
git add -A :/
3232
git commit -m "Re-ran make.py. [ci skip]" || true
3333
git remote add pushable https://${GH_TOKEN}@github.com/conda-forge/conda-forge.github.io.git/ > /dev/null

0 commit comments

Comments
 (0)