GETP-317 Fix: 의뢰자 정보 수정시 선택 필드 API 페이로드에서 제외 #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: (get-p-client) Deploy Storybook | |
on: | |
pull_request: | |
branches: [develop] | |
types: [closed] | |
workflow_dispatch: | |
jobs: | |
storybook: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Install Dependencies | |
run: yarn install --frozen-lockfile | |
- name: Change Directory to get-p-client | |
run: cd get-p-client | |
- name: Deploy Storybook | |
uses: chromaui/action@v11 | |
with: | |
projectToken: ${{ secrets.STORYBOOK_TOKEN }} |