From ddb30c788d566e9894232d075d11cb9a3f833cbf Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 14 Jun 2024 14:55:10 +0200 Subject: [PATCH] First spec-prod, then child --- .github/workflows/core-aam.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index 0768b121a..7f71889f0 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -30,6 +30,12 @@ jobs: sparse-checkout: | core-aam common + - uses: w3c/spec-prod@v2 + with: + TOOLCHAIN: respec + SOURCE: aria/core-aam/index.html + DESTINATION: aria/core-aam/index.html + ARTIFACT_NAME: core-aam - name: Checkout core-aam repo uses: actions/checkout@v4 with: @@ -37,11 +43,10 @@ jobs: ref: gh-pages path: core-aam token: ${{ secrets.PAT_TOKEN }} - - uses: w3c/spec-prod@v2 + - uses: download-artifact@v2 with: - TOOLCHAIN: respec - SOURCE: aria/core-aam/index.html - DESTINATION: core-aam/index.html + name: core-aam + path: core-aam/ # - name: Copy files # run: | # cp -r aria/common core-aam