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 =