From fbc6c81db0d760fc9edafe3eaabf8441a979a993 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 8 Feb 2024 09:56:26 +0000 Subject: [PATCH] .gitlab-ci.yml: Add root index.html in pages --- .gitlab-ci.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b11f53cd5..6ab107f3b 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 -- GitLab