aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e9fc1d9..7a745c08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,8 +47,10 @@ x64_dbg:
- ninja -C build coverage-html
- mkdir -p build/doc/
- cp doc/*.svg build/doc/
- - cp doc/mandoc.css build/doc/
- - mandoc -Thtml -Werror -O style=mandoc.css doc/serdi.1 > build/doc/serdi.html
+ - cp doc/man/mandoc.css build/doc/
+ - mandoc -Thtml -Wwarning -O style=mandoc.css,man=%N.html doc/man/serd-filter.1 > build/doc/serd-filter.html
+ - mandoc -Thtml -Wwarning -O style=mandoc.css,man=%N.html doc/man/serd-pipe.1 > build/doc/serd-pipe.html
+ - mandoc -Thtml -Wwarning -O style=mandoc.css,man=%N.html doc/man/serd-sort.1 > build/doc/serd-sort.html
artifacts:
paths:
- build/doc
@@ -167,8 +169,7 @@ pages:
- mv build/meson-logs/coveragereport/ public/coverage
- mv build/doc/c/html/ public/c/html/
- mv build/doc/c/singlehtml/ public/c/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/
dependencies:
- x64_dbg
artifacts: