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 0cf517d commit 326877bCopy full SHA for 326877b
scripts/update-docs.nix
@@ -40,7 +40,7 @@ in
40
41
use_ssh_key ${sshKey}
42
43
- if [ "''${BUILDKITE_BRANCH:-}" = master ]; then
+ if [ "''${GITHUB_REF:-}" = refs/heads/master ]; then
44
git push ${repo} HEAD:gh-pages
45
fi
46
'')
0 commit comments