Re: [w3c/clipboard-apis] chore: use spec-prod to publish (#145)

@sidvishnoi commented on this pull request.



> +name: CI
+on:
+  pull_request: {}
+  push:
+    branches: [main]
+jobs:
+  main:
+    name: Build, Validate, Deploy
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - uses: w3c/spec-prod@v2
+       with:
+          GH_PAGES_BRANCH: gh-pages
+          W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
+          W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html

Would need `W3C_BUILD_OVERRIDE` also:
```yml
W3C_BUILD_OVERRIDE: |
  status: WD
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/145#pullrequestreview-665170612

Received on Friday, 21 May 2021 07:33:21 UTC