Skip to content

Commit

Permalink
Merge pull request #279 from pixiv/toshusai/fix-gh-pages
Browse files Browse the repository at this point in the history
Revert "Revert "fix: change pages actions""
  • Loading branch information
toshusai authored Mar 27, 2023
2 parents 0e3c9f3 + 5acd020 commit 1c04538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Output files
run: |
yarn build-storybook -o public --quiet
cp .storybook/badge.svg public/storybook-badge.svg
mv docs public/docs
yarn build-storybook -o public-pages --quiet
cp .storybook/badge.svg public-pages/storybook-badge.svg
mv pages public-pages/docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public
publish_dir: public-pages

0 comments on commit 1c04538

Please sign in to comment.