Skip to content

Commit 4ae08ad

Browse files
committed
Fix gh-pages update
1 parent e9c8942 commit 4ae08ad

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)