« get me outta code hell

hsmusic-data - Data files for https://hsmusic.wiki - track, album, artist & flash info, etc
summary refs log tree commit diff
path: root/.github/workflows/build-canonical-preview.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-canonical-preview.yml')
-rw-r--r--.github/workflows/build-canonical-preview.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-canonical-preview.yml b/.github/workflows/build-canonical-preview.yml
index a48e14d..cda60c0 100644
--- a/.github/workflows/build-canonical-preview.yml
+++ b/.github/workflows/build-canonical-preview.yml
@@ -50,7 +50,7 @@ jobs:
 
       - name: Generate thumbnails
         run: |
-          hsmusic \
+          node code/src/upd8.js \
             --show-step-summary \
             --data-path data \
             --media-path media \
@@ -58,7 +58,7 @@ jobs:
 
       - name: Run data processing-only pass
         run: |
-          hsmusic \
+          node code/src/upd8.js \
             --show-step-summary \
             --data-path data \
             --media-path media \
@@ -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 \