Skip to content

Commit

Permalink
chore: auto-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 18, 2021
1 parent f1be6e9 commit 67a6c9c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- main
pull_request: {}

jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-latest # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
VALIDATE_LINKS: true
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
W3C_BUILD_OVERRIDE: |
specStatus: CRD
previousMaturity: CR
previousPublishDate: 2021-05-13
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions W3CTRMANIFEST

This file was deleted.

0 comments on commit 67a6c9c

Please sign in to comment.