Skip to content

Commit 7ef8bf3

Browse files
committed
Update deploy script to target v1-deployment branch
1 parent 62d66c7 commit 7ef8bf3

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
@@ -7,7 +7,7 @@
77
"dev": "vuepress dev src",
88
"build": "vuepress build src",
99
"postbuild": "node scripts/redirects.js",
10-
"deploy": "gh-pages -d src/.vuepress/dist -b main",
10+
"deploy": "gh-pages -d src/.vuepress/dist -b v1-deployment",
1111
"deploybuild": "yarn build && yarn deploy"
1212
},
1313
"license": "MIT",

0 commit comments

Comments
 (0)