Skip to content

Commit

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

0 comments on commit 1a4dfc7

Please sign in to comment.