Skip to content

set CI fail-fast to false #69

set CI fail-fast to false

set CI fail-fast to false #69

name: Deploy Storybook
on:
push:
tags:
- '[1-9].*'
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy-storybook:
runs-on: ubuntu-latest
strategy: fail-fast: false

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-storybook.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
name: Deploy Storybook
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'yarn'
- name: Deploy 🚀
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
install_command: yarn install
build_command: yarn build-storybook
path: storybook-static
checkout: false