Skip to content

Commit

Permalink
First spec-prod, then child
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 14, 2024
1 parent 54183b8 commit ddb30c7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,23 @@ jobs:
sparse-checkout: |
core-aam
common
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: aria/core-aam/index.html
DESTINATION: aria/core-aam/index.html
ARTIFACT_NAME: core-aam
- 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 }}
- uses: w3c/spec-prod@v2
- uses: download-artifact@v2
with:
TOOLCHAIN: respec
SOURCE: aria/core-aam/index.html
DESTINATION: core-aam/index.html
name: core-aam
path: core-aam/
# - name: Copy files
# run: |
# cp -r aria/common core-aam
Expand Down

0 comments on commit ddb30c7

Please sign in to comment.