Skip to content

Refinements to NCL and computational notebook tempaltes (#43) #11

Refinements to NCL and computational notebook tempaltes (#43)

Refinements to NCL and computational notebook tempaltes (#43) #11

Workflow file for this run

name: publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: './.github/workflows/build.yml'
deploy:
needs: build
uses: './.github/workflows/gh-pages.yml'