Skip to content

Merge branch 'develop' of https://github.com/dnd-side-project/dnd-8thโ€ฆ #239

Merge branch 'develop' of https://github.com/dnd-side-project/dnd-8thโ€ฆ

Merge branch 'develop' of https://github.com/dnd-side-project/dnd-8thโ€ฆ #239

Workflow file for this run

name: Build and Deploy storybook to GitHub Pages
on:
push:
paths: ['stories/**', 'src/components/**']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout ๐Ÿ›Ž๏ธ
uses: actions/checkout@v2
# - name: Install and Deploy ๐Ÿš€
# run: |
# yarn install
# yarn deploy-storybook
# with:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# BRANCH: develop