Fix storybook deploy

This commit is contained in:
garronej 2023-03-17 17:51:12 +01:00
parent 1b52ab4396
commit 608fd13430

View file

@ -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: