Skip to content

Commit 8415b76

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 7ef04e0 commit 8415b76

File tree

4 files changed

+26
-19
lines changed

4 files changed

+26
-19
lines changed

.github/workflows/build.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Build
2+
on:
3+
pull_request:
4+
branches:
5+
- master
6+
push:
7+
branches:
8+
- master
9+
jobs:
10+
build:
11+
name: Build
12+
runs-on: ubuntu-20.04
13+
steps:
14+
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 2
17+
# Note: `python` will also be this version, which various scripts depend on.
18+
- uses: actions/setup-python@v2
19+
with:
20+
python-version: 3.8
21+
# Note: `make deploy` will do a deploy dry run on PRs.
22+
- run: make deploy
23+
env:
24+
SERVER: ${{ secrets.MARQUEE_SERVER }}
25+
SERVER_PUBLIC_KEY: ${{ secrets.MARQUEE_PUBLIC_KEY }}
26+
SERVER_DEPLOY_KEY: ${{ secrets.MARQUEE_DEPLOY_KEY }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/fullscreen.spec.whatwg.org/
22
/deploy.sh
3-
/deploy_key
4-
/deploy_key.pub
53
/fullscreen.html
64
/review.sh

.travis.yml

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

deploy_key.enc

-3.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)