add docs CI in proper location

This commit is contained in:
Ryan Lerch 2026-04-28 02:32:02 +00:00
commit f914c7bd34

View file

@ -0,0 +1,13 @@
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
test:
runs-on: forge-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