-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://github.com/whatwg/spec-factory for details.
- Loading branch information
Showing
4 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Build | ||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 2 | ||
# Note: `python` will also be this version, which various scripts depend on. | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
# 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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
/dom.spec.whatwg.org/ | ||
/deploy.sh | ||
/deploy_key | ||
/deploy_key.pub | ||
/dom.html | ||
/review.sh |
This file was deleted.
Oops, something went wrong.
Binary file not shown.