My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

Fix x-ocaml.js copy loop to match reduced universe set

The loop still referenced universe-v2 and universe-v3 which
were removed when we dropped the fake cmdliner v1/v2 demos.

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

+1 -1
+1 -1
build-site.sh
··· 133 133 cp -r "$UNIVERSES/oxcaml" "$DEMO_DIR/universe-oxcaml" 134 134 echo " deployed universe-oxcaml/" 135 135 136 - for d in universe universe-v2 universe-v3 universe-oxcaml; do 136 + for d in universe universe-oxcaml; do 137 137 cp "$SITE/_x-ocaml/x-ocaml.js" "$DEMO_DIR/$d/x-ocaml.js" 138 138 done 139 139 fi