From 7f441ebb8e2d3fdd919614e5d9cf2235964698dd Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 13 Dec 2024 15:11:49 +0100 Subject: [PATCH] test link validation log external ip address --- .github/workflows/link-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index fab0db1480..925154f788 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -45,4 +45,4 @@ jobs: sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox" - name: Run Link Validator - run: cs launch net.runne::site-link-validator:0.2.4 -- scripts/link-validator.conf + run: curl https://meipaddress.com/ && cs launch net.runne::site-link-validator:0.2.4 -- scripts/link-validator.conf