Skip to content

Commit

Permalink
Use older actions for compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Mar 1, 2024
1 parent 84185a6 commit c16255f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- run: npm ci
- run: npm run storybook:build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './storybook-static'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v2

0 comments on commit c16255f

Please sign in to comment.