Skip to content

Commit

Permalink
CI: Drop Travis; switch to GitHub Actions with w3c/spec-prod (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jun 16, 2021
1 parent 8de9a0b commit 1823a4b
Show file tree
Hide file tree
Showing 3,423 changed files with 16 additions and 4,307,499 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 16 additions & 0 deletions .github/workflows/build-validate-publish.yml
@@ -0,0 +1,16 @@
name: CI
on:
pull_request: {}
push:
branches: [main]

jobs:
main:
name: Build, Validate, and Publish
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
BUILD_FAIL_ON: nothing

0 comments on commit 1823a4b

Please sign in to comment.