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: ...@@ -11,15 +11,15 @@ docker-image:
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}" --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
# rules: --destination "${CI_REGISTRY_IMAGE}:latest"
# - if: $CI_COMMIT_TAG rules:
# - master - if: $CI_COMMIT_TAG
- master
build-doc: build-doc:
image: jupyter/scipy-notebook image: gitlab.liu.se:5000/phd-courses/multiple-target-tracking
stage: build stage: build
script: script:
- pip install pdoc3 jax jaxlib pyehm
- pdoc --html src - pdoc --html src
- mkdir .public - mkdir .public
- mv html/src/* .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