Merge pull request 'fix(ci): use Docker network hostname for docs runner checkout' (#112) from fix/docs-checkout-docker-network into main
Some checks failed
Deploy Docs / build-and-deploy (push) Failing after 31s
Build and Test / build (push) Failing after 1m21s

Reviewed-on: #112
This commit was merged in pull request #112.
This commit is contained in:
2026-02-09 14:56:02 +00:00

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
run: |
REPO_URL="http://localhost:3000/kindred/create.git"
REPO_URL="http://gitea:3000/kindred/create.git"
if [ -d .git ]; then
git fetch "$REPO_URL" main
git checkout -f FETCH_HEAD