aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-03-17 17:33:51 +0100
committerGravatar garronej <[email protected]>2023-03-17 17:33:51 +0100
commit892eda56c997a0c4684539f2194a73c71eae810f (patch)
tree5641b4ebfef77c932e083b59bc7f556f48f87841 /.github
parentWe need to checkout to be able to push (diff)
Fix storybook deploy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
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 [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d build_storybook --dest storybook --add
+ - run: npx -y -p [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d storybook-static --dest storybook --add