Skip to content

docs(python): Fix error in python api docs for multilayer #38

docs(python): Fix error in python api docs for multilayer

docs(python): Fix error in python api docs for multilayer #38

Workflow file for this run

name: Build JavaScript Worker
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: mymindstorm/setup-emsdk@v14
- name: Install dependencies
run: npm ci
- name: Build
run: make -j js-worker