fix(ci): use localhost:3000 for docs runner checkout #111

Merged
forbes merged 1 commits from fix/docs-checkout-localhost into main 2026-02-09 14:47:02 +00:00
Owner

The docs runner is on the same host as Gitea, so clone via http://localhost:3000 instead of the public HTTPS URL which fails to connect (port 443 unreachable from the runner).

Uses FETCH_HEAD instead of a named remote since we fetch by URL directly.

The docs runner is on the same host as Gitea, so clone via `http://localhost:3000` instead of the public HTTPS URL which fails to connect (port 443 unreachable from the runner). Uses `FETCH_HEAD` instead of a named remote since we fetch by URL directly.
forbes added 1 commit 2026-02-09 14:46:54 +00:00
fix(ci): use localhost:3000 for docs runner checkout
Some checks failed
Build and Test / build (pull_request) Failing after 1m38s
c25f1b62b8
The docs runner is on the same host as Gitea, so clone via
http://localhost:3000 instead of the public HTTPS URL which
fails to connect (port 443 unreachable from the runner).
forbes merged commit 23fd2593af into main 2026-02-09 14:47:02 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#111