Skip to content

Commit 9f9acbd

Browse files
chore: auto-publish specification (#331)
1 parent 35457b2 commit 9f9acbd

11 files changed

+44
-45
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/auto-publish.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

.github/workflows/tidy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Tidy document
2+
on:
3+
workflow_dispatch: {}
4+
push:
5+
branches:
6+
- gh-pages
7+
8+
jobs:
9+
tidy:
10+
name: Tidy up
11+
runs-on: macos-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- run: brew install tidy-html5
15+
- run: tidy -config tidyconf.txt -o index.html index.html
16+
- uses: peter-evans/create-pull-request@v3
17+
with:
18+
title: "chore(tidy): tidy up document"
19+
commit-message: "Tidied up document using tidy-html5"
20+
branch: html-tidy

ECHIDNA

Lines changed: 0 additions & 2 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 26 deletions
This file was deleted.

circle.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

echidna-manifest.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ <h2>
452452
Sequence diagram
453453
</h2>
454454
<figure>
455-
<a href="sequence_diagram.png"><img src="sequence_diagram.png" width="795" height="870"
456-
alt=
455+
<a href="images/sequence_diagram.png"><img src="images/sequence_diagram.png" width="795"
456+
height="870" alt=
457457
"Example flow of events for subscription, push message delivery, and unsubscription"></a>
458458
<figcaption>
459459
Example flow of events for subscription, push message delivery, and unsubscription

0 commit comments

Comments
 (0)