From c6f232593e9e48d50516d59f13452e31c0cff070 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 28 Oct 2023 12:35:56 -0300 Subject: actions: run hsmusic binary directly --- .github/workflows/build-canonical-preview.yml | 6 +++--- 1 file 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 \ -- cgit 1.3.0-6-gf8a5