From 8c98fb25bc063cbd88260fb4d2cf709c52912a67 Mon Sep 17 00:00:00 2001 From: Steve 'Cutter' Blades Date: Tue, 15 Mar 2022 13:44:27 -0500 Subject: [PATCH] fix: correct storybook deploy (#2145) --- .github/workflows/storybook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 752a0eab1..1a2834308 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -17,8 +17,8 @@ jobs: - name: Install and Build 🔧 run: | # Install npm packages and build the Storybook files - npm ci - npm run build-storybook + yarn install --frozen-lockfile + yarn build-storybook - name: Deploy 🚀 # https://github.com/JamesIves/github-pages-deploy-action