Skip to content

Commit

Permalink
feat: deploy packages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Dec 7, 2023
1 parent 8bd3821 commit 1d5e974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Storybook Build and Deploy
on:
push:
paths: ["packages/angular/**"] # Trigger the action only when files change in the folders defined here
paths: ["packages/**"] # Trigger the action only when files change in the folders defined here
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ And added *immer* *query* *dirty-check* *sub-store* and other functions.
## 中文

此项目受 [ngrx component store](https://github.com/ngrx/platform) 启发,移除了 Angular 依赖,使其可以在任何 JavaScript 项目中使用。
并且增加了 immer query dirty-check sub-store 等功能。
并且增加了 immer query dirty-check sub-store 等功能。

0 comments on commit 1d5e974

Please sign in to comment.