From 3fbf3b427f0fe29ca58302ae11b75d0c9a85b112 Mon Sep 17 00:00:00 2001 From: violette Date: Sat, 13 Sep 2025 02:57:44 -0400 Subject: [PATCH] fix: added node deps --- .forgejo/workflows/deploy.yaml | 1 + themes/violette/layouts/_shortcodes/cube.html | 1 + 2 files changed, 2 insertions(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 7957acf..78edb3f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,6 +8,7 @@ jobs: steps: - id: clone repo uses: actions/checkout@v3 + - run: 'cd gbaWasm ; npm i ; cd ../' - id: build run: hugo - id: copy diff --git a/themes/violette/layouts/_shortcodes/cube.html b/themes/violette/layouts/_shortcodes/cube.html index 14d85cd..5fbe626 100644 --- a/themes/violette/layouts/_shortcodes/cube.html +++ b/themes/violette/layouts/_shortcodes/cube.html @@ -11,6 +11,7 @@ })() }; console.log({{ $wasm_map.Permalink }}) + console.log({{ $wasm.Permalink }}) mGBA(Module).then(async function (Module) { let mGBAVersion =