Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
chore: publish-site now works via git-ssh protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Rybakov committed May 7, 2018
1 parent fd953d3 commit 9727dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"preversion": "npm run lint && npm test",
"prepare-site": "gitbook install",
"build-site": "npm run prepare-site && gitbook build",
"publish-site": "npm run build-site && cd _book && git init && git add -A && git commit -m 'Update site' && git push --force https://github.com/gemini-testing/gemini-testing.github.io.git master"
"publish-site": "npm run build-site && cd _book && git init && git add -A && git commit -m 'Update site' && git push --force git@github.com:gemini-testing/gemini-testing.github.io.git master"
},
"author": "Sergey Tatarintsev <tatarincev.serg@yandex.ua> (https://github.com/SevInf)",
"license": "MIT",
Expand Down

0 comments on commit 9727dd9

Please sign in to comment.