Skip to content

πŸ› presigned url λ°œκΈ‰ μ‹œ 토큰을 λ°˜λ“œμ‹œ ν¬ν•¨ν•˜λ„λ‘ μˆ˜μ • (#47) #8

πŸ› presigned url λ°œκΈ‰ μ‹œ 토큰을 λ°˜λ“œμ‹œ ν¬ν•¨ν•˜λ„λ‘ μˆ˜μ • (#47)

πŸ› presigned url λ°œκΈ‰ μ‹œ 토큰을 λ°˜λ“œμ‹œ ν¬ν•¨ν•˜λ„λ‘ μˆ˜μ • (#47) #8

Workflow file for this run

name: Deploy Storybook
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build-storybook
env:
NODE_OPTIONS: --max_old_space_size=4096
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static