Skip to content

Commit

Permalink
Adjust target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 21, 2024
1 parent d7c8c01 commit 62772cc
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,21 @@ jobs:
W3C_BUILD_OVERRIDE: |
specStatus: CRD
ARTIFACT_NAME: core-aam
- run: |
pwd
ls -R
- name: Checkout core-aam repo
uses: actions/checkout@v4
with:
repository: daniel-montalvo/core-aam
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]"
Expand Down

0 comments on commit 62772cc

Please sign in to comment.