Skip to content

Commit aa5a1f2

Browse files
author
Michael Cooper
authored
split gh pages and tr jobs (#177)
1 parent b7aaf0f commit aa5a1f2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,25 @@ on:
44
push:
55
branches: [main]
66
jobs:
7-
main:
8-
name: Build, Validate and Deploy
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
17+
tr:
18+
name: Build TR
919
runs-on: ubuntu-20.04
1020
steps:
1121
- uses: actions/checkout@v2
1222
- uses: w3c/spec-prod@v2
1323
with:
1424
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
1525
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html
16-
GH_PAGES_BRANCH: gh-pages
1726
VALIDATE_WEBIDL: false
1827
VALIDATE_MARKUP: false
1928
W3C_BUILD_OVERRIDE: |

0 commit comments

Comments
 (0)