Skip to content

Commit

Permalink
fix: deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiahjchung committed Aug 11, 2024
1 parent e8e0402 commit fddd64f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,8 @@ jobs:
name: github-pages
path: ./storybook-static

- name: Check artifact contents
run: |
echo "Artifact contents:"
ls -lR ./storybook-static
echo "Total size:"
du -sh ./storybook-static
echo "Checking for symlinks:"
find ./storybook-static -type l
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static

0 comments on commit fddd64f

Please sign in to comment.