Skip to content

Commit

Permalink
Merge pull request #357 from w3c/refresh-autopublish
Browse files Browse the repository at this point in the history
The spec-prod action needs a couple of additional parameters that weren't set.
  • Loading branch information
tidoust authored Dec 11, 2024
2 parents b91aa5f + d4468d4 commit a438c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a438c32

Please sign in to comment.