Skip to content

Commit f4635cd

Browse files
committed
Add email to attempt to unbreak publishing
1 parent 621a2ec commit f4635cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: resources/publish.sh

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fi
2020
cd build
2121
git init
2222
git config user.name "Travis CI"
23+
git config user.email "[email protected]"
2324
git add .
2425
git commit -a -m "Auto-deploy by Travis CI"
2526
git push --force --quiet "https://${GH_TOKEN}@github.com/graphql/graphql.github.io.git" master:master

0 commit comments

Comments
 (0)