fix path to holochain-runner binary #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |