From ec8c6f5b881f6f4b041a096a7208e88ee59061cf Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Fri, 18 Oct 2024 17:22:18 +0200 Subject: [PATCH] Disable link validation This is giving problems with github URLs. See https://github.com/w3c/spec-prod/issues/40 --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index bcdd594..075ffae 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -15,7 +15,7 @@ jobs: - uses: w3c/spec-prod@v2 with: TOOLCHAIN: respec - VALIDATE_LINKS: true + VALIDATE_LINKS: false W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"