From 5d95d6a8a696d11ee2aebfc7668232985257f18f Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Thu, 3 Oct 2024 08:52:49 -0600 Subject: [PATCH] fix: Remove extract docs in canary to prevent exceeding limit [skip release] (#2948) Fixes: https://github.com/Workday/canvas-kit/issues/2947 [category:Infrastructure] Co-authored-by: manuel.carrera --- .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 b8df6d07ca..d1542c5e7c 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -26,10 +26,10 @@ 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 - name: Build Storybook run: | yarn build-storybook --quiet - yarn sb extract docs docs/stories.json ## Build for packaging. - name: Build