Compare commits

..

1 Commits

Author SHA1 Message Date
9cf5b162bb fix(ci): use Docker network hostname for docs runner checkout
The act_runner and gitea containers share the git_default Docker
network. Use http://gitea:3000 (container DNS name) instead of
localhost, which resolves to the runner container itself.
2026-02-09 08:57:58 -06:00

View File

@@ -2,6 +2,7 @@
title = "Kindred Create Documentation"
authors = ["Kindred Systems LLC"]
language = "en"
multilingual = false
src = "src"
[build]