Skip to content

feat: 모집공고 작성 임시저장 기능 구현 #10

feat: 모집공고 작성 임시저장 기능 구현

feat: 모집공고 작성 임시저장 기능 구현 #10

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