Skip to content

ENH: Add a GHA workflow file to test Binder launch #1

ENH: Add a GHA workflow file to test Binder launch

ENH: Add a GHA workflow file to test Binder launch #1

Workflow file for this run

name: Binder
on:
push:
branches: ['main']
pull_request:
jobs:
Create-Binder-Badge:
runs-on: ubuntu-latest
steps:
- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.
IMAGE_NAME: sylvaticus/betaml