From 608fd134303506bcc72034ab20d393c8f58f6ce0 Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 17:51:12 +0100 Subject: [PATCH] Fix storybook deploy --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38e099f..9028d9c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,6 +138,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3.6.0 - uses: bahmutov/npm-install@v1 + - run: yarn build - run: yarn build-storybook - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git env: