From 193372c1c0ff03278e7bbe8b099be3bcea7fde89 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 20 Jun 2024 18:34:07 +0200 Subject: [PATCH] copying files from w3c spec- --- .github/workflows/core-aam.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index c1d918d67..a2fc20b96 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -54,14 +54,14 @@ jobs: ref: gh-pages path: core-aam token: ${{ secrets.ARIA_EDITOR_DRAFTS }} - - uses: actions/download-artifact@v4 - with: - name: core-aam - path: core-aam/ - # - name: Copy files - # run: | - # cp -r aria/common core-aam - # cp -r aria/core-aam . + # - uses: actions/download-artifact@v4 + # with: + # name: core-aam + # path: core-aam/ + - name: Copy files + run: | + cp -r aria.gh/aria/core-aam/ core-aam + ls -r core-aam - name: Push new files to child repo run: | git config user.name "github-actions[bot]"