Skip to content

Merge branch 'main' of https://github.com/executablebooks/jupyterlab-… #1

Merge branch 'main' of https://github.com/executablebooks/jupyterlab-…

Merge branch 'main' of https://github.com/executablebooks/jupyterlab-… #1

Workflow file for this run

name: MyST Deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install MyST
run: npm install -g myst-cli
- name: Build HTML Assets
run: myst build --html
- uses: actions/upload-artifact@v3
with:
name: docs
path: ./_build/