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 621a2ec commit f4635cdCopy full SHA for f4635cd
resources/publish.sh
@@ -20,6 +20,7 @@ fi
20
cd build
21
git init
22
git config user.name "Travis CI"
23
+git config user.email "[email protected]"
24
git add .
25
git commit -a -m "Auto-deploy by Travis CI"
26
git push --force --quiet "https://${GH_TOKEN}@github.com/graphql/graphql.github.io.git" master:master
0 commit comments