Skip to content

Commit 5581999

Browse files
authored
Update docs deploy script to use .doc directory
1 parent b2e6107 commit 5581999

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
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"start": "dumi dev",
3333
"docs:build": "dumi build",
34-
"docs:deploy": "gh-pages -d docs-dist",
34+
"docs:deploy": "gh-pages -d .doc",
3535
"compile": "father build",
3636
"prepare": "dumi setup",
3737
"deploy": "npm run docs:build && npm run docs:deploy",

0 commit comments

Comments
 (0)