这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit ea0cbd1

Browse files
author
Michael Wilson
committed
Add auto-publish.yml
1 parent 34fe72c commit ea0cbd1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [gh-pages]
6+
jobs:
7+
main:
8+
name: Build, Validate and Deploy
9+
runs-on: ubuntu-20.04
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: w3c/spec-prod@v2
13+
with:
14+
BUILD_FAIL_ON: "link-error"
15+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
16+
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-audio/2024AprJun/0011.html
17+
W3C_BUILD_OVERRIDE: |
18+
specStatus: WD

0 commit comments

Comments
 (0)