From 11032afff2b2e24e2a8275041232e2af8d7dd882 Mon Sep 17 00:00:00 2001 From: "manuel.carrera" Date: Thu, 3 Oct 2024 10:54:10 -0600 Subject: [PATCH] fix: Update comment for canary action --- .github/workflows/canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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