From 62772ccc04121fc4c165c6c9f603468aa72a180b Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 21 Jun 2024 12:07:59 +0200 Subject: [PATCH] Adjust target directory --- .github/workflows/core-aam.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index e92453819..91225569b 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -47,9 +47,6 @@ jobs: W3C_BUILD_OVERRIDE: | specStatus: CRD ARTIFACT_NAME: core-aam - - run: | - pwd - ls -R - name: Checkout core-aam repo uses: actions/checkout@v4 with: @@ -57,23 +54,14 @@ jobs: ref: gh-pages path: core-aam token: ${{ secrets.PAT_TOKEN }} - - run: | - pwd - ls -R - uses: actions/download-artifact@v4 with: name: core-aam # path: core-aam/ - - run: | - pwd - ls -R - name: Copy files run: | - cp -r aria.gh/aria/core-aam/ core-aam - ls -r core-aam - - run: | - pwd - ls -R + cp -r aria.gh/aria/core-aam/** core-aam/ + ls core-aam - name: Push new files to child repo run: | git config user.name "github-actions[bot]"