Skip to content

fix workflow names

fix workflow names #2

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