Upgrade auto-publish job to Ubuntu 24.04. #337
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: {} | |
push: | |
branches: [master] | |
jobs: | |
main: | |
name: Build, Validate, and Publish | |
runs-on: ubuntu-24.04 | |
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-browser-tools-testing/2015JulSep/0009.html | |
W3C_BUILD_OVERRIDE: | | |
shortname: webdriver2 | |
specStatus: WD |