concept-collection / numbl-surfacefun-intro
update deploy
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 6a5ec211affa parent 12d8453 Browse files
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
33+ numbl-ref: main
3134
3235 deploy:
3336 needs: build