Skip to content

Commit

Permalink
create archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Mar 10, 2024
1 parent 35a2293 commit 9e69897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ jobs:
run: npm run build:storybook
- name: Fix permissions
run: chmod -c -R +rX storybook-static/
- name: Create archive
run: tar --dereference --hard-dereference --directory storybook-static/ -cvf "$RUNNER_TEMP/storybook-static.tar" .
- name: Upload artifact
id: upload-artifact
uses: actions/upload-artifact@v4
with:
name: github-pages
path: storybook-static/
path: ${{ runner.temp }}/storybook-static.tar
retention-days: 30
deploy-storybook:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e69897

Please sign in to comment.