Skip to content

Commit

Permalink
Update publish_docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Mar 31, 2024
1 parent ab6b760 commit 0ff969b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ff969b

Please sign in to comment.