ci: Fix builddir typo in build-docs script

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8403>
This commit is contained in:
Nirbheek Chauhan 2025-02-07 05:10:22 +05:30 committed by GStreamer Marge Bot
parent c2db03a323
commit 8a36647064

View File

@ -32,7 +32,7 @@ git checkout $(git ls-files 'subprojects/*.wrap')
ninja -C "$builddir" subprojects/gst-docs/sitemap.txt
export GI_TYPELIB_PATH=$PWD/girs
hotdoc run --conf-file build/subprojects/gst-docs/GStreamer-doc.json
hotdoc run --conf-file "$builddir"/subprojects/gst-docs/GStreamer-doc.json
mv "$builddir/subprojects/gst-docs/GStreamer-doc/html" documentation/