Skip to content

Commit be007fd

Browse files
committed
docs: fix docs:deploy
1 parent d277f3b commit be007fd

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
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"start": "dumi dev",
3434
"docs:build": "dumi build",
35-
"docs:deploy": "gh-pages -d does-dist",
35+
"docs:deploy": "gh-pages -d docs-dist",
3636
"gh-pages": "npm run docs:build && npm run docs:deploy",
3737
"compile": "father build && lessc assets/index.less assets/index.css",
3838
"prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",

0 commit comments

Comments
 (0)