Skip to content

Commit 965dc5a

Browse files
committed
update github action
1 parent 673afb3 commit 965dc5a

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
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
7-
"build": "vue-cli-service build && rm -rf docs/static index.html && mv dist/* docs/",
7+
"build": "vue-cli-service build && rm -rf gh-pages index.html && mv dist/* gh-pages",
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)