summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-08-29 20:24:29 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-08-29 22:33:30 +0200
commitc09d1992194ed428d5028d4dfd79b8df0d63a4f1 (patch)
treef4cb5cf51f4f6253c7745e44870d58d224cb8fbc /.gitlab-ci.yml
parent9324fefd54f7a0ad6219c144fcaa0369e2f56f8f (diff)
downloadtracker-c09d1992194ed428d5028d4dfd79b8df0d63a4f1.tar.gz
ci: Change src/dest dirs for hotdoc documentation
This is now generated/installed in different paths, and we want to remove the "api-preview" bits of the target URL. Change these so the documentation is correctly picked up, and looks "official".
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fb0d6515..99a458342 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -337,7 +337,7 @@ test-website:
- |
export tracker_commit=$CI_COMMIT_SHA
export tracker_miners_commit=$(git -C ./extra/tracker-miners rev-parse HEAD)
- ./docs/website/build.py --output=website --api-docs="$install_prefix/share/gtk-doc/html" --tracker-commit=${tracker_commit} --man-pages ./docs/manpages/*.txt ./extra/tracker-miners/docs/manpages/*.txt
+ ./docs/website/build.py --output=website --api-docs="$install_prefix/share/doc/Tracker/html" --tracker-commit=${tracker_commit} --man-pages ./docs/manpages/*.txt ./extra/tracker-miners/docs/manpages/*.txt
artifacts:
paths:
- website