Skip to content

Merge pull request #107 from mitsuyapega/japanese-input #112

Merge pull request #107 from mitsuyapega/japanese-input

Merge pull request #107 from mitsuyapega/japanese-input #112

# Workflow name
name: Build and Publish Storybook to GitHub Pages
on:
# Event for the workflow to run on
push:
branches:
- master
permissions:
contents: read
pages: write
id-token: write
# List of jobs
jobs:
deploy:
runs-on: ubuntu-latest
# Job steps
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static