Skip to content

Merge pull request #69 from egap/multiple-comparisons #62

Merge pull request #69 from egap/multiple-comparisons

Merge pull request #69 from egap/multiple-comparisons #62

Workflow file for this run

name: Build and Deploy Binder Image Currently for Latex Guide
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.