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 58d82f7 commit a285302Copy full SHA for a285302
deploy_site.sh
@@ -28,5 +28,5 @@ then
28
# /dev/null to hide any sensitive credential data that might otherwise be exposed.
29
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
30
else
31
- echo "NOT ON TESTPAGE, WILL NOT DEPLOY SITE"
+ echo "NOT ON MASTER BRANCH, WILL NOT DEPLOY SITE"
32
fi
0 commit comments