Skip to content
Snippets Groups Projects
Commit 74a4b058 authored by Sören Henning's avatar Sören Henning
Browse files

Add CI build of docs

parent 7546e473
No related branches found
No related tags found
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #3855 failed
...@@ -15,6 +15,19 @@ stages: ...@@ -15,6 +15,19 @@ stages:
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
# Theodolite Docs
build-docs:
stage: build
image: jekyll/jekyll
tags:
- exec-docker
script:
- cd docs
- bundle exec jekyll serve
# Theodolite Helm Chart # Theodolite Helm Chart
lint-helm: lint-helm:
......
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