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

Commit

Permalink
chore: push gitbook using https link
Browse files Browse the repository at this point in the history
  • Loading branch information
j0tunn committed Nov 2, 2017
1 parent df35579 commit 24061bf
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 @@ -75,7 +75,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 git@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 https://github.com/gemini-testing/gemini-testing.github.io.git master"
},
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
"license": "MIT",
Expand Down

0 comments on commit 24061bf

Please sign in to comment.