diff options
author | 2023-03-17 17:51:12 +0100 | |
---|---|---|
committer | 2023-03-17 17:51:12 +0100 | |
commit | 608fd134303506bcc72034ab20d393c8f58f6ce0 (patch) | |
tree | 6e149a0e84f9cc1a60f643a8a9ae5e648917d396 /.github | |
parent | Bump verison (diff) |
Fix storybook deploy
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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/[email protected] - 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: |