Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Rename repository to vibe-storybook-components #5

Rename repository to vibe-storybook-components

Rename repository to vibe-storybook-components #5

# TODO add Publish Storybook workflow
#name: Publish Storybook
#
#on:
# workflow_run:
# workflows: ["Release new version"]
# types:
# - completed
# workflow_dispatch:
#
#jobs:
# build-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v3
# with:
# node-version-file: ".nvmrc"
# - name: Build & deploy Storybook to GitHub Pages
# run: |
# npm ci
# npm run build-storybook -- -o static_storybook
# cd static_storybook
# echo "style.monday.com" > ./CNAME
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# - name: Push to Storybook's branch
# if: success()
# uses: crazy-max/ghaction-github-pages@v2
# with:
# target_branch: "gh-pages"
# build_dir: static_storybook
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}