Skip to content

Action test

Action test #11

Workflow file for this run

on:
push:
branches:
- "main" # change to the branch you wish to deploy from
- "storybook-publishing-fix"
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: ./.github/actions/publish
with:
path: build # change to your build folder