ci: Fix builddir typo in build-docs script
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8403>
This commit is contained in:
parent
c2db03a323
commit
8a36647064
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user