diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index d1542c5e7c..4a6591edd3 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -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