This commit is contained in:
adueck 2023-03-07 15:46:46 +05:00
parent aaffb38a3e
commit e53c994125
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ jobs:
- name: Install dependencies
run: yarn install-r
- name: Build storybook
run: cd src/components yarn build-storybook
run: cd src/components && yarn build-storybook
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./scr/components/storybook-static
path: ./src/components/storybook-static
# Deployment job
deploy: