Skip to content

Added tests

Added tests #195

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
name: Build and Publish Storybook
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- uses: bitovi/[email protected]
with:
path: storybook-static
checkout: false
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

Check failure on line 31 in .github/workflows/storybook-deploy.yml

View workflow run for this annotation

GitHub Actions / Build and Publish Storybook to GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/storybook-deploy.yml (Line: 31, Col: 13): A mapping was not expected