Skip to content

Commit

Permalink
fix #309 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
kxc-wraikny authored Jul 10, 2023
1 parent 5e20387 commit 058f70d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ test: audit

doc:
dune build @doc
dune build @doc --root=vendors/kxclib

mkdir -p doc/dist
cp doc/tests_src/*.md doc/dist/

rm -rf doc/app/public/html
cp -r _build/default/_doc/_html doc/app/public/html
cp -r vendors/kxclib/_build/default/_doc/_html/kxclib doc/app/public/html/kxclib

rm -rf doc/example
cp -r _build/default/example/docs doc/example
Expand Down

0 comments on commit 058f70d

Please sign in to comment.