From 403c32ec292e4eff6c8bbb3380a80ff88721c097 Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Tue, 17 Feb 2026 22:05:12 +0100 Subject: [PATCH] Add gh-pages as a target --- .github/workflows/auto-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index d53f1f7..f5c26c8 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -13,6 +13,7 @@ jobs: - uses: w3c/spec-prod@v2 with: TOOLCHAIN: bikeshed + GH_PAGES_BRANCH: gh-pages W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} # Replace following with appropriate value. See options.md for details. W3C_WG_DECISION_URL: https://w3c.github.io/web-performance/meetings/2021/2021-04-01/index.html