Skip to content

Commit 3a70945

Browse files
EmilyyyLiu刘欢
andauthored
chore: deploy path (#200)
Co-authored-by: 刘欢 <lh01217311@antgroup.com>
1 parent 23ebec0 commit 3a70945

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ coverage
2727
yarn.lock
2828
package-lock.json
2929
.doc/
30-
30+
dist
3131
.doc
3232
# dumi
3333
.dumi/tmp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compile": "father build && lessc assets/index.less assets/index.css",
2929
"coverage": "rc-test --coverage",
3030
"docs:build": "dumi build",
31-
"docs:deploy": "gh-pages -d .doc",
31+
"docs:deploy": "gh-pages -d dist",
3232
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3333
"now-build": "npm run docs:build",
3434
"prepare": "dumi setup",

0 commit comments

Comments
 (0)