Skip to content

Commit

Permalink
change worfkflow file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiGarcia13 committed Mar 23, 2024
1 parent f7b6229 commit 0b0b584
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy storybook

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -34,13 +34,13 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Generate build
run: npm run build-storybook

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 0b0b584

Please sign in to comment.