diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b4e785..c839f1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,3 +15,9 @@ jobs: version: 10 - run: pnpm build + + - uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: storybook-static + force_orphan: true