Skip to content

Commit

Permalink
Merge pull request #49 from w3c/autopublish
Browse files Browse the repository at this point in the history
Set up auto-publish
  • Loading branch information
plehegar authored Jan 16, 2025
2 parents ca457e3 + 91898d7 commit 300510c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/workflows/pr-push.yml
name: CI
on:
pull_request: {}
push:
branches: [gh-pages]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
W3C_WG_DECISION_URL: [replace with actual link to decision]
W3C_BUILD_OVERRIDE: |
specStatus: NOTE

0 comments on commit 300510c

Please sign in to comment.