Skip to content

Commit

Permalink
Different job
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 4, 2024
1 parent 5315181 commit d78a3b7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ jobs:
- name: Build storybook
run: npm run storybook:build --workspace=@utima/ui

- name: Upload storybook artifacts
uses: actions/upload-artifact@v4
- name: Fix permissions
run: |
chmod -c -R +rX "./packages/ui/storybook-static/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
overwrite: true
name: github-pages
path: ./packages/ui/storybook-static

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit d78a3b7

Please sign in to comment.