Skip to content

Commit

Permalink
Add GitHub Actions workflow for Binder integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 13, 2024
1 parent 0ec69ed commit ced072a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/binder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Binder
on: [push]

jobs:
Create-MyBinderOrg-Cache:
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.

0 comments on commit ced072a

Please sign in to comment.