Skip to content

Commit

Permalink
CI: Drop Travis; switch to using GitHub Actions with w3c/spec-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jun 16, 2021
1 parent ff7c715 commit 953fe1c
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 953fe1c

Please sign in to comment.