Skip to content

Commit

Permalink
fixing gh-pages push to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
apowers313 committed Dec 12, 2016
1 parent da6a3e0 commit ac5a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "istanbul cover _mocha",
"docs": "jsdoc -c ./jsdoc-conf.json",
"publish": "istanbul-coveralls && gh-pages --dist docs"
"publish": "istanbul-coveralls && gh-pages --silent --repo https://$GH_TOKEN@github.com/apowers313/js-fuzzing.git --dist docs"
},
"keywords": [
"fuzz",
Expand Down

0 comments on commit ac5a763

Please sign in to comment.