Skip to content

Commit

Permalink
chore: update auto-publish.yml (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored May 31, 2022
1 parent 0a833d0 commit 7bce3c2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- gh-pages
pull_request: {}

# jobs:
# validate-and-publish:
# name: Validate and Publish
# runs-on: ubuntu-latest # only linux supported at present
# steps:
# - uses: actions/checkout@v2
# - uses: w3c/spec-prod@v2
# with:
# TOOLCHAIN: respec
# 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 }}"
# W3C_BUILD_OVERRIDE: |
# specStatus: CRD
jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-latest # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
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 }}"
W3C_BUILD_OVERRIDE: |
specStatus: PER

0 comments on commit 7bce3c2

Please sign in to comment.