You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2021. It is now read-only.
The document is published only when a PR is merged. Validation is done when a PR is created/updated and merged.
Inputs
Working Group Chairs and W3C Team members can request a token directly from the W3C. This can then be saved as ECHIDNA_TOKEN in your repository settings under "Secrets".
Place this file in ".github/workflows/action.yml" (or some other filename if you'd like) and change things as appropriate for your spec.
name: Node CIon:
push:
branches:
- gh-pages # change to your default branchpull_request: {}jobs:
validate-and-publish:
name: Validate and Publishruns-on: ubuntu-latest # only linux supported at presentsteps:
- uses: actions/checkout@v2
- uses: w3c/respec-w3c-auto-publish@v1 # use the actionwith:
ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}ECHIDNA_MANIFEST_URL: "https://w3c.github.io/your_spec_repo/ECHIDNA"# Please use the URL that's appropriate for your working group!WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"CC: "foo@bar.com,bar@foo.com"CHECK_LINKS: true # Validate links and cross references; default: trueVALIDATE_MARKUP: true # Validate HTML markup; default: true
WG_DECISION_URL
Here are some of the possible values of WG_DECISION_URL for various working groups: