From d4468d453845f6f0b2cfc31f1bf356e76285d6a5 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Wed, 11 Dec 2024 15:40:29 +0100 Subject: [PATCH] Add missing parameters to enable auto-publication of split docs The spec-prod action needs a couple of additional parameters that weren't set. --- .github/workflows/auto-publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 6fc4530..a0160ba 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -60,6 +60,9 @@ jobs: TOOLCHAIN: bikeshed GH_PAGES_BRANCH: gh-pages W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_APPLICATION }} + W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html + W3C_BUILD_OVERRIDE: | + status: WD - name: Generate network_messages.html run: python scripts/pygmentize_dir.py @@ -71,3 +74,6 @@ jobs: TOOLCHAIN: bikeshed GH_PAGES_BRANCH: gh-pages W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_NETWORK }} + W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html + W3C_BUILD_OVERRIDE: | + status: WD