Skip to content

Commit

Permalink
Create auto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dandrader committed Jun 13, 2023
1 parent a799c88 commit f455985
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: deploy-spec
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy Spec
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
SOURCE: index.html
TOOLCHAIN: respec
GH_PAGES_BRANCH: gh-pages

0 comments on commit f455985

Please sign in to comment.