Skip to content

Adding PINCodeInput #462

Adding PINCodeInput

Adding PINCodeInput #462

Workflow file for this run

name: Storybook
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Build storybook
env:
NODE_OPTIONS: --max-old-space-size=4096
run: pnpm build:storybook
- name: Add .nojekyll
run: touch ./docs/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs