diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 80d4a62..b8b2e08 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -1,20 +1,22 @@ +# .github/workflows/auto-publish.yml name: CI on: pull_request: {} push: - branches: [main] + branches: [gh-pages] jobs: main: - name: Build, Validate, Deploy + name: Build, Validate and Deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2 with: - GH_PAGES_BRANCH: gh-pages - SOURCE: spec/Overview.html - DESTINATION: index.html + W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} + # Replace following with appropriate value. See options.md for details. + W3C_WG_DECISION_URL: https://github.com/w3c/webappsec/issues/672 + # Usually, you want the following set too... TOOLCHAIN: respec + SOURCE: spec/Overview.html W3C_BUILD_OVERRIDE: | - shortName: WebCryptoAPI - status: ED + status: WD