Skip to content

Commit

Permalink
with copy common
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 21, 2024
1 parent 6fce660 commit 48a19e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/accname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
sparse-checkout: |
accname
common
- name: Copy common
run: |
mkdir aria/graphics-aria/common
cp -r aria/common/** aria/graphics-aria/common/
sed -i 's|\.\./common|common|g' aria/graphics-aria/index.html
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
Expand Down

0 comments on commit 48a19e7

Please sign in to comment.