Skip to content

fix: Updated onModelError callback signature to match hook #41

fix: Updated onModelError callback signature to match hook

fix: Updated onModelError callback signature to match hook #41

Workflow file for this run

name: make_gh_pages
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
make_storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: brianzinn
# if you add loader src/codesandbox-templates large files will OOM
# - name: Set Swap Space
# if: runner.os == 'Linux'
# uses: pierotofy/[email protected]
# with:
# swap-size-gb: 4
- name: install build react-babylon
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install -g yarn
yarn install
yarn build
- name: deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: packages/static/public