File tree Expand file tree Collapse file tree 3 files changed +12
-44
lines changed Expand file tree Collapse file tree 3 files changed +12
-44
lines changed Original file line number Diff line number Diff line change 33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.G_TOKEN }}
35
35
NPM_TOKEN : ${{ secrets.N_TOKEN }}
36
+ - name : Update docs site after publish is released
37
+ if : steps.changesets.outputs.published == 'true'
38
+ run : cd packages/docs && pnpm build && node deploy
39
+ env :
40
+ NODE_OPTIONS : ' --max_old_space_size=4096'
41
+ ALI_OSS_KEY_ID : ${{ secrets.ALI_OSS_KEY_ID }}
42
+ ALI_OSS_KEY_SECRET : ${{ secrets.ALI_OSS_KEY_SECRET }}
43
+ ALI_OSS_REGION : ${{ secrets.ALI_OSS_REGION }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Include these parts:
5
5
- The docs site
6
6
- The vuepress relative plugins
7
7
8
+ ## Online Docs & Demos
9
+
10
+ [ Casual UI - Vue] ( https://casual-ui-vue.donsen.site/ )
11
+
8
12
## Usage Guide
9
13
10
14
- Install
You can’t perform that action at this time.
0 commit comments