Skip to content

Commit c73d0bf

Browse files
author
Marcos Cáceres
authored
chore: enable autopublish (#160)
1 parent 7c2431d commit c73d0bf

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

.github/workflows/action.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/respec-w3c-auto-publish@v1 # use the action
16+
with:
17+
ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
18+
ECHIDNA_MANIFEST_URL: "https://w3c.github.io/web-share/ECHIDNA"
19+
WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
20+
CC: "${{ secrets.CC }}"

.travis.yml

-18
This file was deleted.

ECHIDNA

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
index.html?specStatus=WD&shortName=web-share respec

0 commit comments

Comments
 (0)