We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e6107 commit 5581999Copy full SHA for 5581999
1 file changed
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"start": "dumi dev",
33
"docs:build": "dumi build",
34
- "docs:deploy": "gh-pages -d docs-dist",
+ "docs:deploy": "gh-pages -d .doc",
35
"compile": "father build",
36
"prepare": "dumi setup",
37
"deploy": "npm run docs:build && npm run docs:deploy",
0 commit comments