Skip to content

chore: Adopt new testing docker-based (#13) #14

chore: Adopt new testing docker-based (#13)

chore: Adopt new testing docker-based (#13) #14

Workflow file for this run

name: Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Generate Storybook
run: |
make storybook
# Come up with a way to extract it from the container
# - name: Deploy to GitHub pages
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# branch: gh-pages
# folder: addon-testing-project/storybook-static