Skip to content

Commit

Permalink
experiment with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Oct 13, 2020
1 parent df24d08 commit 6e8e472
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr-push.yml
@@ -0,0 +1,18 @@
# .github/workflows/pr-push.yml
name: CI
on:
pull_request: {}
push:
branches: [main]

jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v1
with:
GH_PAGES_BRANCH: gh-pages
SOURCE: tuf-spec.md
TOOLCHAIN: bikeshed

0 comments on commit 6e8e472

Please sign in to comment.