infra: actions: add docs job
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 13s
Gentoo Utils / docs (push) Failing after 1s
Gentoo Utils / check-format (push) Failing after 13s
Gentoo Utils / build (push) Failing after 23s
Gentoo Utils / test (push) Has been skipped

This commit is contained in:
2025-12-12 14:04:48 -06:00
parent 86b6150afd
commit b92a70039d

View File

@@ -107,3 +107,17 @@ jobs:
run: |
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
ninja rustfmt -C build
docs:
runs-on: brutalisk
needs: [build-oci-image]
container:
image: 10.0.0.100:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Build Documentation
run: |
meson setup -Ddocs=enabled docs
meson compile -C docs