Mon, 06 Nov 2023 01:23:11 -0600
Remove finch from the docs build as we've disabled it by default
Testing Done:
Ran the docs target locally via convey
Reviewed at https://reviews.imfreedom.org/r/2766/
| convey.yaml | file | annotate | diff | comparison | revisions |
--- a/convey.yaml Sat Nov 04 16:13:48 2023 -0500 +++ b/convey.yaml Mon Nov 06 01:23:11 2023 -0600 @@ -27,11 +27,7 @@ docs-clean: type: convey/clean files: - - finch3-docs - - finch3-docs.zip - - pidgin3-docs - pidgin3-docs.zip - - purple3-docs - purple3-docs.zip docs-build: @@ -43,10 +39,10 @@ - set -ex - meson setup build-docs -Ddoc=true - ninja -C build-docs doc - - pushd build-docs/doc/reference/finch - - mv finch finch3 - - zip -9r finch3-docs.zip finch3 - - popd + # - pushd build-docs/doc/reference/finch + # - mv finch finch3 + # - zip -9r finch3-docs.zip finch3 + # - popd - pushd build-docs/doc/reference/pidgin - mv pidgin pidgin3 - zip -9r pidgin3-docs.zip pidgin3 @@ -58,7 +54,6 @@ docs-export: type: docker/export files: - - build-docs/doc/reference/finch/finch3-docs.zip:finch3-docs.zip - build-docs/doc/reference/libpurple/purple3-docs.zip:purple3-docs.zip - build-docs/doc/reference/pidgin/pidgin3-docs.zip:pidgin3-docs.zip