Skip to content

Update README.md with correct default #120

Update README.md with correct default

Update README.md with correct default #120

Workflow file for this run

name: Storybook
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm run build-storybook
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: docs-build
clean: true