Skip to content

SP-724 마이페이지에서 작성된 모집공고 정보를 확인하는 모달 구현 #516

SP-724 마이페이지에서 작성된 모집공고 정보를 확인하는 모달 구현

SP-724 마이페이지에서 작성된 모집공고 정보를 확인하는 모달 구현 #516

Workflow file for this run

name: Deploy Storybook
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
install_command: yarn install
build_command: yarn run build-storybook