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

oauth api path fix (#106) #116

oauth api path fix (#106)

oauth api path fix (#106) #116

Workflow file for this run

name: Build and Publish storybook to GitHub Pages
on:
push:
branches:
- "develop"
jobs:
deploy:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/github-actions-react-to-ghp@v1.2.0
with:
path: dist/storybook
build_command: npm run build-storybook