Skip to content

Commit b634863

Browse files
committed
fix: 修复ci路径
1 parent 5494f35 commit b634863

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
git config --global user.email "[email protected]"
4343
git config --global user.name "vnues"
4444
git add -f docs
45-
git commit -m 'feat: create dist'
46-
git push origin `git subtree split --prefix docs master`:gh-pages --force
45+
git commit -m 'feat: create docs'
46+
git push origin `git subtree split --prefix docs/dist master`:gh-pages --force
4747
- save_cache:
4848
paths:
4949
- node_modules

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"chalk": "^4.1.1",
8585
"clean-webpack-plugin": "^4.0.0-alpha.0",
8686
"commitizen": "^4.2.3",
87+
"compression-webpack-plugin": "^7.1.2",
8788
"connect-history-api-fallback": "^1.6.0",
8889
"cross-env": "^7.0.3",
8990
"css-loader": "^3.4.0",

0 commit comments

Comments
 (0)