-
Notifications
You must be signed in to change notification settings - Fork 18
chore: setup auto publish #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/auto-publish.yml
Outdated
- uses: w3c/spec-prod@v2 | ||
with: | ||
TOOLCHAIN: respec | ||
VALIDATE_LINKS: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internationally false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VALIDATE_LINKS
and VALIDATE_PUBRULES
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @marcoscaceres for the PR :)
When I was publishing the FPWD, still having some issue while importing a github issue.
But we can run the autopublish and fix what is needed.
Co-authored-by: Simone Onofri <simone@w3.org>
Co-authored-by: Simone Onofri <simone@w3.org>
VALIDATE_LINKS: true | ||
VALIDATE_PUBRULES: true | ||
GH_PAGES_BRANCH: gh-pages | ||
W3C_API_KEY: ${{ secrets.W3C_API_KEY }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simoneonofri, could you add this for us via the repo Setting? I can't seem to remember where to get this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marcoscaceres it was already here (probabily from you), I'lve just updated with the one from the token request (that said it was already generated).
Set up automatic publication of the spec.
Automatically publishes to TR as a WD.
Automatically generates a "rendered" ReSpec document for the gh-pages branch.