1 Commits

Author SHA1 Message Date
d331ac62fa ci: add docs job
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 15s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Failing after 7s
Gentoo Utils / build (push) Successful in 18s
Gentoo Utils / test (push) Successful in 25s
2025-12-12 23:16:25 -06:00

View File

@@ -139,3 +139,17 @@ jobs:
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
meson format --check-only --recursive
ninja rustfmt -C build
docs:
runs-on: brutalisk
needs: [build-oci-image]
container:
image: ${{ vars.REGISTRY_URL }}/${{ 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
ninja rustdoc -C build