fix(ci): use localhost:3000 for docs runner checkout #111
Reference in New Issue
Block a user
Delete Branch "fix/docs-checkout-localhost"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docs runner is on the same host as Gitea, so clone via
http://localhost:3000instead of the public HTTPS URL which fails to connect (port 443 unreachable from the runner).Uses
FETCH_HEADinstead of a named remote since we fetch by URL directly.