From 2c1ab3db3e93b0847d604b3d15d08dabf2347758 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Sun, 31 Mar 2024 10:53:06 +0100 Subject: [PATCH] Update publish_docs.yml Signed-off-by: Ian Hunter --- .github/workflows/publish_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 95888a6bc..1e7a612ba 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -46,7 +46,7 @@ jobs: # sudo apt install -f ./emscripten_3.1.6~dfsg-5_all.deb nodejs- node-acorn- # ignore nodejs acorn max version cd emsdk ; ./emsdk activate latest ; source ./emsdk_env.sh ; cd - emcc -v - make all jsweb + make all jsbundle cp src/js/index.html ./doc/gh-pages/demo.html echo "AAAA - build/jsweb" ls build/jsweb -las