Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

deprecate package

deprecate package #329

Workflow file for this run

name: Publish to Github Pages
on:
push:
branches:
- master
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npx build-storybook
- name: Deploy
uses: crazy-max/[email protected]
with:
build_dir: storybook-static
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}