Skip to content

Commit 5f98a1a

Browse files
committed
Modify deploy command.
1 parent c688118 commit 5f98a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rdoc-cli": ".bin/rdoc.js"
99
},
1010
"scripts": {
11-
"deploy": "node .bin/rdoc.js --publish https://github.com/react-doc/react-doc.github.io.git --branch master",
11+
"deploy": "node .bin/rdoc.js --publish git@github.com:react-doc/react-doc.github.io.git --branch master",
1212
"start": "node .bin/rdoc.js -d templates/default/home,templates/default/introduce,templates/default/faq,templates/default/about,templates/default/github --clean",
1313
"build": "node .bin/rdoc.js -d templates/default/home,templates/default/introduce,templates/default/faq,templates/default/about,templates/default/github --clean --build"
1414
},

0 commit comments

Comments
 (0)