Skip to content

Commit

Permalink
Initial attempt at autopublish (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Apr 14, 2021
1 parent d9b9c06 commit 8324333
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .github/workflows/pr-push.yml
name: CI
on:
pull_request: {}
push:
branches: [gh-pages]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
# Replace following with appropriate value. See options.md for details.
W3C_WG_DECISION_URL: https://w3c.github.io/web-performance/meetings/2021/2021-04-01/index.html
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 8324333

Please sign in to comment.