Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Oct 11, 2023
1 parent ba9a262 commit ed44e2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: storybook-files
path: dist
name: storybook-static
path: storybook-static

deploy-storybook:
name: Deploy Storybook
Expand All @@ -76,8 +76,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: storybook-files
path: dist
name: storybook-static
path: storybook-static
- name: Set branch environment variables
id: branch-target
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit ed44e2c

Please sign in to comment.