Skip to content

Commit cac7ad2

Browse files
authored
Merge pull request #475 from w3c/auto-pub
chore: auto-publish
2 parents eabd5e5 + fc55777 commit cac7ad2

File tree

4 files changed

+22
-92
lines changed

4 files changed

+22
-92
lines changed

.github/workflows/auto-publish.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: CI
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main]
6+
jobs:
7+
main:
8+
name: Build, Validate, Deploy
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: w3c/spec-prod@v2
13+
with:
14+
GH_PAGES_BRANCH: gh-pages
15+
TOOLCHAIN: bikeshed
16+
BUILD_FAIL_ON: "link-error"
17+
W3C_NOTIFICATIONS_CC: ${{ secrets.CC }}
18+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
19+
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html
20+
W3C_BUILD_OVERRIDE: |
21+
status: WD
22+
shortname: intersection-observer

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

deploy.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

deploy_key.enc

-3.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)