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 4e21ce2 commit d70b77b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-storybooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './docs'
path: './docs/'
name: docs

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
# Upload entire repository
artifact_name: './docs'
artifact_name: 'docs'
github-token: ${{ secrets.GITHUB_TOKEN }}
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
notdelivered
</Text>
</StatusChip>
);
Expand Down

0 comments on commit d70b77b

Please sign in to comment.