Skip to content

Commit

Permalink
chore(auto-publish.yml): set VALIDATE_PUBRULES to false
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Mar 16, 2022
1 parent ac02175 commit 7f39e12
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:
# Don't copy this... it's experimental!
VALIDATE_PUBRULES: true
VALIDATE_PUBRULES: false
W3C_API_KEY: ${{ secrets.W3C_API_KEY }}
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
Expand Down

0 comments on commit 7f39e12

Please sign in to comment.