Skip to content

Commit

Permalink
try to fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Mar 10, 2024
1 parent 535b5de commit 35a2293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
run: npm install --ci
- name: Prepare deployment
run: npm run build:storybook
- name: Fix permissions
run: chmod -c -R +rX storybook-static/
- name: Upload artifact
id: upload-artifact
uses: actions/upload-artifact@v4
with:
name: storybook-static
name: github-pages
path: storybook-static/
retention-days: 30
deploy-storybook:
Expand All @@ -52,5 +54,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: storybook-static

0 comments on commit 35a2293

Please sign in to comment.