From f95f22013d51133ec1a7b1554878ff354b9f0f21 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Dec 2020 20:20:07 +0100 Subject: Generate documentation with Sphinx --- .gitlab-ci.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16992228..3f50493d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,9 @@ test:x64_dbg: - groff -Thtml -P -l -P -r -man -wall doc/serdi.1 > build/doc/serdi.html needs: ["x64_dbg"] artifacts: - paths: ["build/index.html", "build/coverage", "build/doc"] + paths: + - build/doc + - build/coverage x64_rel: @@ -216,15 +218,12 @@ pages: script: - mkdir -p .public/doc - mkdir -p .public/man - - mkdir -p .public/images - - mv build/doc/*.svg .public/images - - mv build/doc/html/ .public/doc/html - - mv build/coverage/ .public/coverage - - mv build/index.html .public/index.html + - mkdir -p .public/c + - mv build/doc/c/singlehtml .public/c/singlehtml - mv build/doc/serdi.html .public/man/serdi.html - mv .public public artifacts: paths: - public - only: - - master + # only: + # - master -- cgit v1.2.1