Skip to content

Commit

Permalink
fix: 修改kktp配置
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Mar 27, 2023
1 parent e03a267 commit bf6c178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
# 生成文档
- run: export CI=false && npm run www:build

# 生成案例网站
- name: Deploy Website
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: base-doc
publish_dir: ./examples/base/build

# 压缩 examples/base 生成 ts 快捷开发
- name: Compress uiw-admin-ts Example.
run: zip -r -y uiw-admin-ts.zip . -x "node_modules/*" -x "build/*" -x "dist/*" -x "coverage/*" -x ".eslintcache" -x "sandbox.config.json" -x ".stackblitzrc" -x ".uiw/*"
Expand Down Expand Up @@ -165,7 +157,7 @@ jobs:
- name: get tag version
id: tag_version
uses: jaywcjlove/changelog-generator@v1.5.4

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1 change: 1 addition & 0 deletions examples/website/config/.kktprc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
STORAGE: 'local',
SEARCH_MENU: true,
},
publicPath: './',
overrideWebpack: (
conf: WebpackConfiguration,
env: 'development' | 'production',
Expand Down

0 comments on commit bf6c178

Please sign in to comment.