Skip to content
Snippets Groups Projects
Unverified Commit 895a0fe6 authored by Daniel's avatar Daniel
Browse files

WIP: Deploying pages

parent 877424d4
No related branches found
No related tags found
No related merge requests found
......@@ -88,3 +88,14 @@ build-testenv:
--cache-from $CI_REGISTRY_IMAGE
-t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# documentation:
# stage: deploy
# Special job for serving the result
pages:
stage: deploy
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment