My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Force odoc support-files regeneration in build-site.sh

Delete odoc.support directories before building so dune re-runs
odoc support-files, picking up any changes to plugin support file
contents (embedded JS/CSS). Without this, dune considers the step
up-to-date because it only tracks the plugin .cma, not the
embedded string contents.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+3
+3
build-site.sh
··· 56 56 57 57 WORKER_JS="$MONO/_build/default/js_top_worker/example/worker.bc.js" 58 58 59 + # Force odoc to regenerate support files (plugin contents may have changed) 60 + rm -rf _build/default/site/_html/odoc.support _build/default/_doc/_html_full/odoc.support 61 + 59 62 echo "" 60 63 echo "=== Step 2: Build site content ===" 61 64 dune build @site