Skip to content

Commit 7ab1c08

Browse files
committed
fix CI setup
1 parent f0ae58f commit 7ab1c08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ build:
2424
- opam --version
2525
- opam init --disable-sandboxing -y
2626
- opam install --deps-only -y .
27+
- dune opam exec -- build --profile release doc-repl/main.js
28+
- mkdir -p _static
29+
- cp doc-repl/main.js _static/main.js
2730

2831
# Build documentation in the "docs/" directory with Sphinx
2932
sphinx:

0 commit comments

Comments
 (0)