Skip to content

fix path to holochain-runner binary #177

fix path to holochain-runner binary

fix path to holochain-runner binary #177

Workflow file for this run

name: Publish Storybook to Github Pages
on:
push:
branches: main
jobs:
build-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install web dependencies
run: npm install -w web
- name: Storybook static build
run: |
npm run build-storybook -w web
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: web/storybook-static # The folder the action should deploy.