Skip to content

Commit

Permalink
Update TR publication action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 18, 2024
1 parent 5bc47d9 commit 754ae69
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
name: CI
name: Build TR Document
on:
pull_request: {}
push:
branches: [main]
branches: [gh-pages]
workflow_dispatch:
jobs:
pages:
name: Build gh-pages
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
VALIDATE_WEBIDL: false
VALIDATE_MARKUP: false
tr:
name: Build TR
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 754ae69

Please sign in to comment.