oops5
This commit is contained in:
parent
aaffb38a3e
commit
e53c994125
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue