File tree Expand file tree Collapse file tree 7 files changed +9
-11
lines changed
Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 shell : bash
3535 run : |
3636 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37-
37+
3838 - uses : actions/cache@v3
3939 name : Setup pnpm cache
4040 with :
4141 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4242 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4343 restore-keys : |
4444 ${{ runner.os }}-pnpm-store-
45-
45+
4646 - name : Install dependencies
4747 run : pnpm install
4848
5252 - name : Deploy gh-pages
5353 uses : JamesIves/github-pages-deploy-action@v4
5454 with :
55- folder : docs-dist
55+ folder : docs-dist
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 shell : bash
3434 run : |
3535 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
36-
36+
3737 - uses : actions/cache@v3
3838 name : Setup pnpm cache
3939 with :
4040 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4141 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4242 restore-keys : |
4343 ${{ runner.os }}-pnpm-store-
44-
44+
4545 - name : Install dependencies
4646 run : pnpm install
4747
5252 run : pnpm build
5353
5454 - name : Run tests
55- run : pnpm test
55+ run : pnpm test
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ pnpm publish --registry https://registry.npmjs.org/
8888### 发布站点
8989
9090``` bash
91- pnpm docs:build
9291pnpm deploy
9392```
9493
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ pnpm publish --registry https://registry.npmjs.org/
8888### Publish website
8989
9090``` bash
91- pnpm docs:build
9291pnpm deploy
9392```
9493
Original file line number Diff line number Diff line change 11---
22title : useCookieListener 监听 Cookie 变更
3- group : 组件
3+ group : Hooks
44toc : content
55demo :
66 cols : 1
Original file line number Diff line number Diff line change 11---
22title : useWindowSwitchListener 监听窗口触发焦点事件
3- group : 组件
3+ group : Hooks
44toc : content
55demo :
66 cols : 2
Original file line number Diff line number Diff line change 11---
2- title : useList
2+ title : useList 请求表格数据
33group : Hooks
44toc : content
55---
You can’t perform that action at this time.
0 commit comments