Skip to content

Remove back button from the first screen. Fix npm link for vue-cx-client #162

Remove back button from the first screen. Fix npm link for vue-cx-client

Remove back button from the first screen. Fix npm link for vue-cx-client #162

name: Build and Publish storybook to GitHub Pages
on:
push:
branches:
- 'master'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
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.2
with:
path: storybook-static
build_command: npm run build-storybook