Skip to content

Commit

Permalink
Adjusted paths and updated checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 22, 2024
1 parent 00cf92a commit a784810
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
sourcepath: /html-aam/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ matrix.repo }}
path: ${{ matrix.repo }}
Expand All @@ -74,10 +74,12 @@ jobs:
- name: Build respec
run: |
npx respec --src ./${{ matrix.repo.sourcepath }}/index.html --out ${{ matrix.repo }}/index.html
npm install respec@latest
npx respec --src ${{ matrix.repo.sourcepath }}/index.html --out ${{ matrix.repo }}/index.html
- name: Copy files
run: |
mkdir ${{ matrix.repo }}/common
cd /common/
cp -R README.md ${{ matrix.repo }}/common
cp -R acknowledgements.html ${{ matrix.repo }}/common
cp -R biblio.js ${{ matrix.repo }}/common
Expand Down

0 comments on commit a784810

Please sign in to comment.