Skip to content

Commit 96cdec4

Browse files
committed
build(gh-pages): build and deplot to github pages
1 parent 82dde37 commit 96cdec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-pages-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve ./main.js",
7-
"deploy": "push-dir --dir=gh-pages-build --branch=gh-pages --cleanup",
7+
"deploy": "push-dir --dir=../gh-pages-build --branch=gh-pages --cleanup",
88
"build": "vue-cli-service build ./main.js --dest=../gh-pages-build",
99
"build-with-deploy": "yarn build && yarn deploy"
1010
},

0 commit comments

Comments
 (0)