Skip to content

Commit 06c6320

Browse files
committed
module, man pacges missing
1 parent 3f2c158 commit 06c6320

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/main/main.sh

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ if [[ "$OPAM_DOC" -eq 1 ]]; then
7474
mapfile -t manfiles < <(opam help topics | sed -e 's|.*|doc/man-html/opam-&.html|')
7575
mapfile -O "${#manfiles[@]}" -t manfiles < <(opam admin help topics | sed -e 's|.*|doc/man-html/opam-admin-&.html|')
7676

77+
rm doc/pages/Usage.html
78+
rm doc/man-html/opam-show.html
79+
rm doc/man-html/opam-admin-cache.html
80+
7781
echo '::group::checking for generated files'
7882
echo "pages: $htmlfiles"
7983
echo "topics: $manfiles"

0 commit comments

Comments
 (0)