Skip to content

Commit

Permalink
copying files from w3c spec-
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 20, 2024
1 parent 0b53f22 commit 193372c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 193372c

Please sign in to comment.