Skip to content

Commit f8fa6cc

Browse files
committed
chore: update package.json
1 parent 78695c3 commit f8fa6cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dev": "vuepress dev documents",
66
"build": "vuepress build documents",
77
"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"
8+
"deploy": "git push origin `git subtree split --prefix build main`:refs/heads/gh-pages --force"
99
},
1010
"dependencies": {
1111
"vuepress": "^1.5.2"

0 commit comments

Comments
 (0)