Skip to content

Commit

Permalink
CI: Switch to using w3c/spec-prod (#471)
Browse files Browse the repository at this point in the history
As summarized in #469, this
patch switches the repo over to using https://github.com/w3c/spec-prod
for CI, and removes the .travis.yml file.
  • Loading branch information
sideshowbarker authored Mar 2, 2021
1 parent f9c4c7a commit 195397e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 35 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-validate-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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
VALIDATE_LINKS: false
VALIDATE_MARKUP: true
22 changes: 0 additions & 22 deletions .github/workflows/build.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
out/
index.html
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 195397e

Please sign in to comment.