Add CI test for building the docs

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch 2026-02-23 18:51:23 +10:00
commit 5c1feb95da

View file

@ -0,0 +1,13 @@
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
test:
runs-on: infra-1
container:
image: registry.gitlab.com/fedora/docs/docs-website/docs-fp-o:latest
steps:
- run: microdnf -y install git tar
- uses: https://code.forgejo.org/actions/checkout@v6
- run: antora --html-url-extension-style=indexify site.yml --log-failure-level=warn