From bdf86144e59adb5e51ab96ae0bed62ab8fe7f696 Mon Sep 17 00:00:00 2001 From: plehegar Date: Mon, 20 Sep 2021 13:56:48 -0400 Subject: [PATCH] Set up auto-publish --- .github/workflows/auto-publish.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/auto-publish.yml diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml new file mode 100644 index 0000000..c9342f2 --- /dev/null +++ b/.github/workflows/auto-publish.yml @@ -0,0 +1,19 @@ +# .github/workflows/pr-push.yml +name: CI +on: + pull_request: {} + push: + branches: [gh-pages] +jobs: + main: + name: Build, Validate and Deploy + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + - 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: | + shortName: fingerprinting-guidance + specStatus: IG-NOTE