Skip to content

Bump Typescript (5.3) and Vite (5.0) #64

Bump Typescript (5.3) and Vite (5.0)

Bump Typescript (5.3) and Vite (5.0) #64

name: Binder
on:
push:
branches:
- master
jobs:
Create-MyBinderOrg-Cache:
runs-on: ubuntu-latest
steps:
- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@dbb1a7b9b3bdddfacce83e156c11180a6811da93
with:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.