Skip to content

Add mendeleev and wikipedia tools (#23) #4

Add mendeleev and wikipedia tools (#23)

Add mendeleev and wikipedia tools (#23) #4

Workflow file for this run

name: push
on:
push:
branches:
- main
jobs:
# push to Dockerhub
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
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}