Skip to content

Commit

Permalink
actions: run hsmusic binary directly
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Oct 28, 2023
1 parent 23d4105 commit c6f2325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-canonical-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:

- name: Generate thumbnails
run: |
hsmusic \
node code/src/upd8.js \
--show-step-summary \
--data-path data \
--media-path media \
--thumbs-only
- name: Run data processing-only pass
run: |
hsmusic \
node code/src/upd8.js \
--show-step-summary \
--data-path data \
--media-path media \
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Perform full-site static build
run: |
mkdir out
hsmusic \
node code/src/upd8.js \
--data-path data \
--media-path media \
--static-build \
Expand Down

0 comments on commit c6f2325

Please sign in to comment.