diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b11f53cd5017ff9c8698a94fe7313d7de2e82660..6ab107f3ba1ea87048479e673551e52f646fc5d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -267,7 +267,7 @@ pages: build_branch preview preview # TODO: For now the release branch doc won't build as it lacks some necessary fixes - # build_branch release + # build_branch release release # build_branch v4.0.0 v4 # Expose "main" as the "latest" branch @@ -281,6 +281,21 @@ pages: # Rewrite absolute symlinks into relative ones symlinks -cr "$out" + default=latest + + cat > "$out/index.html" <<- EOF + + + + + + + +

https://tooling.sites.arm.com/lisa/$default

+ + + EOF + # Debug excessive sizes - du -hc "$out" | sort -h