Skip to content

Commit

Permalink
test deploy storybooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Colom committed Aug 14, 2023
1 parent 6bf8af3 commit 43c5561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-storybooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:

with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs
publish_branch: test-storybooks-build
2 changes: 1 addition & 1 deletion storybook/stories/StatusChip/StatusChip.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const PassingItComponent = (props) => (
letterSpacing={0}
textDecorationLine={'none'}
textTransform={'none'}>
not delivered
delivered
</Text>
</StatusChip>
);
Expand Down

0 comments on commit 43c5561

Please sign in to comment.