Skip to content

feat: storybook publishing, add new components #1

feat: storybook publishing, add new components

feat: storybook publishing, add new components #1

Workflow file for this run

# workflow based off https://storybook.js.org/docs/8.5/sharing/publish-storybook#github-pages
name: Publish Storybook to GitHub Pages
on:
push:
branches:
- develop
- main
- figma-tokens
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- uses: bitovi/[email protected]
working-directory: ./packages/curve-ui-kit

Check failure on line 26 in .github/workflows/storybook.yaml

View workflow run for this annotation

GitHub Actions / Publish Storybook to GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/storybook.yaml (Line: 26, Col: 9): Unexpected value 'working-directory'
with:
install_command: yarn install
build_command: yarn build:storybook
checkout: false