Skip to content

Commit a285302

Browse files
committed
Update deploy_site.sh
1 parent 58d82f7 commit a285302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ then
2828
# /dev/null to hide any sensitive credential data that might otherwise be exposed.
2929
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
3030
else
31-
echo "NOT ON TESTPAGE, WILL NOT DEPLOY SITE"
31+
echo "NOT ON MASTER BRANCH, WILL NOT DEPLOY SITE"
3232
fi

0 commit comments

Comments
 (0)