Skip to content

Update link to tutorial #153

Update link to tutorial

Update link to tutorial #153

Workflow file for this run

name: build
on: [push]
jobs:
# build docker container
build:
runs-on: ubuntu-latest
steps:
- name: checkout files in repo
uses: actions/checkout@main
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ltalirz
NO_PUSH: true