Skip to content

Commit 754ae69

Browse files
Update TR publication action
1 parent 5bc47d9 commit 754ae69

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/auto-publish.yml renamed to .github/workflows/tr-publication.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
name: CI
1+
name: Build TR Document
22
on:
3-
pull_request: {}
43
push:
5-
branches: [main]
4+
branches: [gh-pages]
5+
workflow_dispatch:
66
jobs:
7-
pages:
8-
name: Build gh-pages
9-
runs-on: ubuntu-20.04
10-
steps:
11-
- uses: actions/checkout@v2
12-
- uses: w3c/spec-prod@v2
13-
with:
14-
GH_PAGES_BRANCH: gh-pages
15-
VALIDATE_WEBIDL: false
16-
VALIDATE_MARKUP: false
177
tr:
188
name: Build TR
199
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)