chore: auto-publish · w3c/using-aria@a297117
marcoscacere
·
2021-06-24
·
via Recent Commits to using-aria:gh-pages
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +name: Node CI |
| 2 | + |
| 3 | +on: |
| 4 | +push: |
| 5 | +branches: |
| 6 | + - gh-pages |
| 7 | +pull_request: {} |
| 8 | + |
| 9 | +jobs: |
| 10 | +validate-and-publish: |
| 11 | +name: Validate and Publish |
| 12 | +runs-on: ubuntu-latest # only linux supported at present |
| 13 | +steps: |
| 14 | + - uses: actions/checkout@v2 |
| 15 | + - uses: w3c/spec-prod@v2 |
| 16 | +with: |
| 17 | +TOOLCHAIN: respec |
| 18 | +W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} |
| 19 | +W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" |
| 20 | +W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" |
| 21 | +W3C_BUILD_OVERRIDE: | |
| 22 | + specStatus: WD |
| 23 | + shortname: using-aria |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。