Skip to content

Commit

Permalink
Upload build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbujanic committed Feb 12, 2024
1 parent aba1e0a commit ad8982e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload storybook artifact
uses: actions/upload-artifact@v2
with:
name: storybook
name: build
path: dist/storybook
deploy:
runs-on: ubuntu-latest
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v2
with:
name: storybook
name: build

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
Expand Down

0 comments on commit ad8982e

Please sign in to comment.