Skip to content

Commit

Permalink
actions: install code repo. darn it
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Oct 28, 2023
1 parent 278b5e3 commit f44483f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/archive_thumbnails_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
packages: imagemagick
version: 1.0

- name: Checkout corresponding canonical code repo
uses: actions/checkout@v4
with:
repository: hsmusic/hsmusic-wiki
ref: ${{ github.ref_name }}
path: code

- name: Checkout corresponding canonical data repo
uses: actions/checkout@v4
with:
Expand All @@ -31,6 +38,10 @@ jobs:
ref: ${{ github.ref }}
path: media

- name: Install code repository
working-directory: ./code
run: npm ci

- name: Generate thumbnails
run: |
node code/src/upd8.js \
Expand Down

0 comments on commit f44483f

Please sign in to comment.