ci: split docs generation and publishing across gitea/github

This commit is contained in:
beatz174-bit
2026-05-13 13:55:02 +10:00
parent 5e0de23ff7
commit 6aa78525c2
4 changed files with 103 additions and 20 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Validate Docs (Gitea)
on:
push:
branches: [ main ]
jobs:
validate:
runs-on: docker-server
steps:
- uses: actions/checkout@v4
- name: Validate docs
run: |
set -e
test -d docs/public
test -s docs/public/physical-topology.svg
! grep -R "Host inventory JSON not found" docs/public
! grep -R "Generate terraform inventory" docs/public