Skip to content

Commit

Permalink
trigger docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent 97d8b16 commit 24659f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
filters: |
docs:
- 'docs/**'
- 'apps/docs/**'
- 'libs/ui/**'
nestjs:
- 'apps/nestjs/**'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
- [x] setup tailwindcss in remix
- [x] create shared ui lib
- [x] setup Storybook in shared ui lib
- [ ] (?) build and deploy Storybook
- [x] build and deploy Storybook
- [x] set unified path aliases for all apps and shared libs (done for `apps/`, because `libs/` probably don't need them anyway)
- [x] add unused imports plugin to eslint
- [ ] research if it's worth using `turbo`
- [ ] research if it's worth using `turbo` - probably yes, to make it easier to run tasks that depend on each other
- [ ] create diagram
- [ ] setup renovate

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/stories/card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Primary: Story = {
render: props => <Card {...props}>Hello</Card>,
name: 'Card',
args: {
children: 'Hello',
children: 'Some card content',
title: 'Card Title',
href: '#some-link',
},
Expand Down

0 comments on commit 24659f9

Please sign in to comment.