From 892eda56c997a0c4684539f2194a73c71eae810f Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 17:33:51 +0100 Subject: [PATCH] Fix storybook deploy --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25085d2..38e099f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,5 +142,5 @@ jobs: - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d build_storybook --dest storybook --add + - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d storybook-static --dest storybook --add