From 702830465ac87867fa4051a9be5036ef0b795c13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Aug 2023 23:02:14 -0400 Subject: Move man pages to their own directory --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7ff1d51..da5f5105 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2018-2022 David Robillard +# Copyright 2018-2023 David Robillard # SPDX-License-Identifier: 0BSD OR ISC stages: [build, deploy] @@ -26,9 +26,8 @@ dev: coverage: '/ *lines\.*: \d+\.\d+.*/' artifacts: paths: + - build/doc/man - build/dest/share/doc - - build/doc/mandoc.css - - build/doc/serdi.html - build/meson-logs/coveragereport static: @@ -149,12 +148,10 @@ pages: script: - mkdir public - mkdir public/doc - - mkdir public/man - mv build/meson-logs/coveragereport/ public/coverage - mv build/dest/share/doc/serd-0/html/ public/doc/html/ - mv build/dest/share/doc/serd-0/singlehtml/ public/doc/singlehtml/ - - mv build/doc/serdi.html public/man/serdi.html - - mv build/doc/mandoc.css public/man/mandoc.css + - mv build/doc/man/ public/man/ needs: - dev artifacts: -- cgit v1.2.1