Skip to content

Commit

Permalink
docs: Rebuild; ensure that docs/demo is a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Jul 17, 2024
1 parent 30db92c commit 6919215
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/gs1encoders_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/c-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ docs:
cp docstmp/tab_s.png ../../docs
cp docstmp/tabs.css ../../docs
(cd ../.. && docker run --rm -v $$(pwd):/src -u $$(id -u):$$(id -g) emscripten/emsdk make -C src/c-lib wasm JSONLY=yes)
mkdir -p ../../docs/demo
cp ../js-wasm/example.html ../../docs/demo
cp ../js-wasm/example.mjs ../../docs/demo
cp ../js-wasm/gs1encoder.mjs ../../docs/demo
Expand Down

0 comments on commit 6919215

Please sign in to comment.