Skip to content

Commit

Permalink
fix: Update comment for canary action
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Oct 3, 2024
1 parent 1013004 commit 11032af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
## Build Storybook and extract component stories for Storybook aggregation. This will be used
## for Chromatic rebaselining and publishing to GH Pages. Should be before `yarn build` since
## built assets mess up this command
# removed yarn sb extract docs docs/stories.json because we were exceeding limit in CI, add back in once we find more space
# removed yarn sb extract docs docs/stories.json because we were exceeding limit in CI, add this back in once we figure out how to extend the limit
- name: Build Storybook
run: |
yarn build-storybook --quiet
Expand Down

0 comments on commit 11032af

Please sign in to comment.