Skip to content

Commit

Permalink
fix: Change path for Storybook build and deployment in GitHub Actions…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
choiseona committed Nov 11, 2024
1 parent 0c423a8 commit ce6a9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-preview-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./client/storybook-static
publish_dir: storybook-static
destination_dir: storybook/preview/pr-${{ github.event.number }}

- name: Comment Preview URL
Expand All @@ -77,7 +77,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./client/storybook-static
publish_dir: storybook-static
destination_dir: storybook/preview/pr-${{ github.event.number }}
keep_files: false

Expand Down

0 comments on commit ce6a9d9

Please sign in to comment.