From 51ab70d7130a36c1e20cada7f9cf54eaed88bb9e Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 19 Jun 2024 13:17:50 +0200 Subject: [PATCH] Ensure it picks up monorepo copy --- .github/workflows/core-aam.yml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index af65746e5..38c95105c 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -21,7 +21,7 @@ jobs: https://api.github.com/repos/w3c/core-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' update-core-aam: - name: Update Editors Draft + name: Update Editors Draft and Publish to TR runs-on: ubuntu-latest steps: - name: Checkout monorepo @@ -37,6 +37,10 @@ jobs: TOOLCHAIN: respec SOURCE: aria/core-aam/index.html DESTINATION: aria/core-aam/index.html + W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_CORE_AAM }} + W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html + W3C_BUILD_OVERRIDE: | + specStatus: CRD ARTIFACT_NAME: core-aam - name: Checkout core-aam repo uses: actions/checkout@v4 @@ -62,18 +66,3 @@ jobs: git push origin gh-pages working-directory: core-aam - publish-tr: - name: Publish to TR - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v4 - - uses: w3c/spec-prod@v2 - with: - TOOLCHAIN: respec - SOURCE: aria/core-aam/index.html - DESTINATION: aria/core-aam/index.html - W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_CORE_AAM }} - W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html - # Publish to w3.org/TR as a Working Draft (WD) under a different shortName. - W3C_BUILD_OVERRIDE: | - specStatus: CRD