Skip to content

Fix spelling

Fix spelling #4

name: Continuous Deployment
on:
push:
branches: ["main"]
permissions:
contents: read
pages: write
id-token: write
jobs:
build-and-deploy-storybook:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node Version ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Build & Deploy Storybook
id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static