We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116717a commit 84846dcCopy full SHA for 84846dc
.circleci/config.yml
@@ -36,8 +36,8 @@ jobs:
36
command: |
37
git config --global user.email "[email protected]"
38
git config --global user.name "vnues"
39
- git add -f dist
40
- git commit -m 'create dist'
+ git add -f docs
+ git commit -m 'feat: create dist'
41
git push origin `git subtree split --prefix dist master`:gh-pages --force
42
- save_cache:
43
paths:
.gitignore
@@ -9,4 +9,5 @@ package-lock.json
9
*/.DS_Store
10
tslint-to-eslint-config.log
11
.umi
12
-.umi-production
+.umi-production
13
+docs/.DS_Store
0 commit comments