Skip to content

Commit 53ea0a6

Browse files
committed
ci: fix doc dep
1 parent 31a7195 commit 53ea0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "-- install and upgrade opam deps"
77

88
cmd opam uninstall devkit
99
cmd opam upgrade --fixup
10-
cmd opam install --deps-only devkit
10+
cmd opam install --with-doc --deps-only ./devkit.opam
1111

1212
echo "+++ build"
1313

0 commit comments

Comments
 (0)