Skip to content

Commit

Permalink
auto-publish GPC
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar committed Nov 22, 2024
1 parent 16f8562 commit 04570c6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/workflows/pr-push.yml
name: CI
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: index.html
W3C_ECHIDNA_TOKEN: ${{ secrets.GPC_W3C_TR_TOKEN }}
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-privacy/2024OctDec/0020.html
W3C_BUILD_OVERRIDE: |
shortName: gpc
specStatus: WD

0 comments on commit 04570c6

Please sign in to comment.