Skip to content

Commit

Permalink
chore: switch to ReSpec auto-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 9, 2020
1 parent c0ce2ce commit a4778db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/action.yml
@@ -0,0 +1,20 @@
name: Node CI

on:
push:
branches:
- gh-pages
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/respec-w3c-auto-publish@v1 # use the action
with:
ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
ECHIDNA_MANIFEST_URL: "https://w3c.github.io/payment-handler/echidna-manifest.txt"
WG_DECISION_URL: "https://www.w3.org/2016/04/14-wpwg-minutes#item02"
CC: "${{ secrets.CC }}"
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit a4778db

Please sign in to comment.