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