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 24, 2021
1 parent 9badff2 commit e831171
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 92 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/auto-publish.yml
@@ -0,0 +1,22 @@
name: CI
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate, Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
BUILD_FAIL_ON: "link-error"
W3C_NOTIFICATIONS_CC: ${{ secrets.CC }}
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html
W3C_BUILD_OVERRIDE: |
status: WD
shortname: IndexedDB
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

76 changes: 0 additions & 76 deletions deploy.sh

This file was deleted.

Binary file removed deploy_key.enc
Binary file not shown.

0 comments on commit e831171

Please sign in to comment.