Skip to content

Delete .github/dependabot.yml #315

Delete .github/dependabot.yml

Delete .github/dependabot.yml #315

Workflow file for this run

name: binder
on:
push:
branches:
- main
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Serve-binder-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# cache for binder
- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }}