Skip to content

Commit

Permalink
Renamed artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 4, 2024
1 parent c0c532d commit 5315181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
overwrite: true
name: storybook-static
name: github-pages
path: ./packages/ui/storybook-static

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: storybook-static
artifact_name: github-pages

0 comments on commit 5315181

Please sign in to comment.