deploy: build numbl from main branch (development version)
1 changed file+3−0
.github/workflows/deploy.ymlmodified+3−0View file
@@ -28,6 +28,9 @@ jobs:
2828 - uses: flatironinstitute/numbl/.github/actions/build-site@main
2929 with:
3030 project-dir: .
31+ # Build numbl from the main branch (development version) rather than
32+ # the published npm release — needed until expm ships in a release.
33+ numbl-ref: main
3134
3235 deploy:
3336 needs: build