-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Switch to using w3c/spec-prod (#471)
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
1 parent
f9c4c7a
commit 195397e
Showing
4 changed files
with
18 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
out/ | ||
index.html |
This file was deleted.
Oops, something went wrong.