Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): fix check-links querying wrong host
For reasons I don't understand, something changed on CI which makes our server only listen on IPv6 (localhost is ::1) and our check-links.mjs client only connect on IPv4 (localhost is 127.0.0.1). This causes our website job to fail. Work around this issue by explicitly using an address (::1 in this case) instead of writing 'localhost'.
- Loading branch information