From aac7b8d830146a6453218a1016e7126500f4cecb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Nov 2020 11:13:01 +0100 Subject: Fix broken links in documentation --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c92cdb7..16992228 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ test:x64_dbg: - groff -Thtml -P -l -P -r -man -wall doc/serdi.1 > build/doc/serdi.html needs: ["x64_dbg"] artifacts: - paths: ["build/coverage", "build/doc"] + paths: ["build/index.html", "build/coverage", "build/doc"] x64_rel: @@ -220,7 +220,7 @@ pages: - mv build/doc/*.svg .public/images - mv build/doc/html/ .public/doc/html - mv build/coverage/ .public/coverage - - mv build/doc/index.html .public/index.html + - mv build/index.html .public/index.html - mv build/doc/serdi.html .public/man/serdi.html - mv .public public artifacts: -- cgit v1.2.1