Skip to content

fix: color management (#2) #15

fix: color management (#2)

fix: color management (#2) #15

Workflow file for this run

name: Storybook on merge
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install packages and build storybook
run: |
yarn install
yarn storybook:build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSS_PLATFORM_KOREA_5032F }}
channelId: live
projectId: cross-platform-korea-5032f
target: cpk-ui
env:
FIREBASE_CLI_PREVIEWS: hostingchannels