Skip to content

Commit

Permalink
Disable link validation
Browse files Browse the repository at this point in the history
This is giving problems with github URLs. See w3c/spec-prod#40
  • Loading branch information
johanneswilm authored Oct 18, 2024
1 parent 6285dfb commit ec8c6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit ec8c6f5

Please sign in to comment.