Skip to content
Snippets Groups Projects
Commit 4565c6b9 authored by Anton Kullberg's avatar Anton Kullberg
Browse files

ci: changed image

parent 0f0af011
No related branches found
No related tags found
No related merge requests found
build-doc:
image: python:3.8
image: jupyter/scipy-notebook
stage: build
script:
- pip install pdoc3 numpy
- pip install pdoc3
- pdoc --html src
- mkdir .public
- mv html/src/* .public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment