Skip to content

Commit 326877b

Browse files
authored
Fix gh-pages update (#2369)
1 parent 0cf517d commit 326877b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-docs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in
4040
4141
use_ssh_key ${sshKey}
4242
43-
if [ "''${BUILDKITE_BRANCH:-}" = master ]; then
43+
if [ "''${GITHUB_REF:-}" = refs/heads/master ]; then
4444
git push ${repo} HEAD:gh-pages
4545
fi
4646
'')

0 commit comments

Comments
 (0)