aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc5e5b29..12830224 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,9 +148,11 @@ pages:
script:
- mkdir public
- mkdir public/doc
+ - mkdir public/doc/epub
- 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/c/epub/Serd-*.epub public/c/epub/
- mv build/doc/man/ public/man/
needs:
- dev