Skip to content

Commit c24c1ff

Browse files
authored
Merge pull request #262 from mjwilson-google/spec-prod
Add auto-publish.yml
2 parents 34fe72c + 566a36e commit c24c1ff

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
controller value or sending a set of note-on messages that happen to
8585
represent a G#7 chord).
8686
</p>
87-
<p data-format="markdown">
87+
<p>
8888
To some users, "MIDI" has become synonymous with Standard MIDI Files
8989
and General MIDI. That is not the intent of this API; the use case of
9090
simply playing back a .SMF file is not within the purview of this

0 commit comments

Comments
 (0)