We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78695c3 commit f8fa6ccCopy full SHA for f8fa6cc
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"dev": "vuepress dev documents",
6
"build": "vuepress build documents",
7
"commit": "vuepress build documents && git add build -f && git commit -m 'Subtree commit'",
8
- "deploy": "git push origin `git subtree split --prefix build main`:gh-pages --force"
+ "deploy": "git push origin `git subtree split --prefix build main`:refs/heads/gh-pages --force"
9
},
10
"dependencies": {
11
"vuepress": "^1.5.2"
0 commit comments