From 0ff969b47cfee36e7ad01b5fcd89b3af6de80150 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Sun, 31 Mar 2024 15:21:42 +0100 Subject: [PATCH] Update publish_docs.yml Signed-off-by: Ian Hunter --- .github/workflows/publish_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index beedc7cda..206c4a14f 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -50,6 +50,7 @@ jobs: cd emsdk ; ./emsdk activate latest ; source ./emsdk_env.sh ; cd - emcc -v make all jsbundle + mkdir -p ./doc/gh-pages/demo/ cp src/js/index.html ./doc/gh-pages/demo/index.html # yaml front matter echo -e "---\ntitle: Interactive Demo\npublished: true\nparent: Demo\nnav_order: 1\n---\n$(cat ./doc/gh-pages/demo/index.html)" > ./doc/gh-pages/demo/index.html