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

ci: changed image for doc building to registry image

parent 8917a13a
No related branches found
No related tags found
No related merge requests found
......@@ -11,15 +11,15 @@ docker-image:
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
# rules:
# - if: $CI_COMMIT_TAG
# - master
--destination "${CI_REGISTRY_IMAGE}:latest"
rules:
- if: $CI_COMMIT_TAG
- master
build-doc:
image: jupyter/scipy-notebook
image: gitlab.liu.se:5000/phd-courses/multiple-target-tracking
stage: build
script:
- pip install pdoc3 jax jaxlib pyehm
- 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