Skip to content

Commit

Permalink
Update core-aam and accname actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 21, 2024
1 parent 02f53b9 commit 6fce660
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/accname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
TOOLCHAIN: respec
SOURCE: aria/accname/index.html
DESTINATION: aria/accname/index.html
ARTIFACT_NAME: accname
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_ACCNAME }}
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html
W3C_BUILD_OVERRIDE: |
specStatus: WD
ARTIFACT_NAME: accname
- name: Checkout accname repo
uses: actions/checkout@v4
with:
Expand All @@ -47,16 +51,14 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: accname
path: accname/
# - name: Copy files
# run: |
# cp -r aria/common accname
# cp -r aria/accname .
- name: Copy files
run: |
cp -r aria.gh/aria/accname/** accname/
- name: Push new files to child repo
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Sync from monorepo"
git commit -m "ED update"
git push origin gh-pages
working-directory: accname
2 changes: 1 addition & 1 deletion .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Sync from monorepo"
git commit -m "ED update"
git push origin gh-pages
working-directory: core-aam

0 comments on commit 6fce660

Please sign in to comment.