diff options
author | 2023-03-17 17:33:51 +0100 | |
---|---|---|
committer | 2023-03-17 17:33:51 +0100 | |
commit | 892eda56c997a0c4684539f2194a73c71eae810f (patch) | |
tree | 5641b4ebfef77c932e083b59bc7f556f48f87841 /.github | |
parent | We need to checkout to be able to push (diff) |
Fix storybook deploy
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
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 |