Skip to content

Commit 23a5e0e

Browse files
committed
docs: update README
1 parent e6d1e36 commit 23a5e0e

File tree

3 files changed

+12
-44
lines changed

3 files changed

+12
-44
lines changed

.github/workflows/publish-npm.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
3535
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 }}

.github/workflows/update-docs-site.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Include these parts:
55
- The docs site
66
- The vuepress relative plugins
77

8+
## Online Docs & Demos
9+
10+
[Casual UI - Vue](https://casual-ui-vue.donsen.site/)
11+
812
## Usage Guide
913

1014
- Install

0 commit comments

Comments
 (0)