Skip to content

Commit

Permalink
Meta: update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jun 11, 2020
1 parent 3cfec39 commit 61050fe
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/setup-node@v1
with:
node-version: 14
# Note: `make deploy` will do a deploy dry run on PRs.
- run: make deploy
env:
SERVER: ${{ secrets.MARQUEE_SERVER }}
SERVER_PUBLIC_KEY: ${{ secrets.MARQUEE_PUBLIC_KEY }}
SERVER_DEPLOY_KEY: ${{ secrets.MARQUEE_DEPLOY_KEY }}
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/encoding.spec.whatwg.org/
/deploy.sh
/deploy_key
/deploy_key.pub
/encoding.html
/review.sh
/UnicodeData.txt
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

Binary file removed deploy_key.enc
Binary file not shown.

0 comments on commit 61050fe

Please sign in to comment.