Skip to content

Commit 84846dc

Browse files
committed
fix: 修复构建
1 parent 116717a commit 84846dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
command: |
3737
git config --global user.email "[email protected]"
3838
git config --global user.name "vnues"
39-
git add -f dist
40-
git commit -m 'create dist'
39+
git add -f docs
40+
git commit -m 'feat: create dist'
4141
git push origin `git subtree split --prefix dist master`:gh-pages --force
4242
- save_cache:
4343
paths:

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ package-lock.json
99
*/.DS_Store
1010
tslint-to-eslint-config.log
1111
.umi
12-
.umi-production
12+
.umi-production
13+
docs/.DS_Store

0 commit comments

Comments
 (0)