Skip to content

Fix Docker Compose for GitHub Actions (#411) #83

Fix Docker Compose for GitHub Actions (#411)

Fix Docker Compose for GitHub Actions (#411) #83

Workflow file for this run

name: pages-build-and-deploy-gh-pages
on:
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn
yarn run storybook:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: storybook-static