Skip to content

Commit

Permalink
enable auto-pub
Browse files Browse the repository at this point in the history
  • Loading branch information
siusin committed Sep 28, 2021
1 parent 0ad7976 commit 3a913b0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Node CI

on:
push:
branches:
- main
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
VALIDATE_LINKS: true
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-editing-tf/2021Sep/0013.html"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
W3C_BUILD_OVERRIDE: |
specStatus: WD
8 changes: 8 additions & 0 deletions ECHIDNA
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
index.html?specStatus=WD&shortName=virtual-keyboard respec
images/dual-screen-device.png
images/single-touch-screen-device.png
images/example.png
images/spreadsheet-example.svg
images/keyboard-occluding-content.png
images/standardKeyboard.png
images/numberKeyboard.png
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
, wgPublicList: "public-editing-tf"
, group: "webediting"
, edDraftURI: "https://w3c.github.io/virtual-keyboard/"
, previousPublishDate: "2021-08-24"
, previousMaturity: "WD"
, xref: ["WebIDL"
, "DOM"
, "HTML"
Expand Down

0 comments on commit 3a913b0

Please sign in to comment.