There was an error while loading. Please reload this page.
1 parent 27fb77c commit eddfdd1Copy full SHA for eddfdd1
deploy.sh
@@ -9,7 +9,10 @@ then
9
git config credential.helper store
10
git config user.email "graphql-java-kickstart-bot@users.noreply.github.com"
11
git config user.name "graphql-java-kickstart-bot"
12
+else
13
+ echo "No github account configured"
14
fi
15
git add .
16
git commit -m "Rebuild site"
17
+echo "Push changes to Github Pages"
18
git push --force origin HEAD:master
0 commit comments