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 - name: Install dependencies
run: yarn install-r run: yarn install-r
- name: Build storybook - name: Build storybook
run: cd src/components yarn build-storybook run: cd src/components && yarn build-storybook
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v1
with: with:
path: ./scr/components/storybook-static path: ./src/components/storybook-static
# Deployment job # Deployment job
deploy: deploy: