We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2c158 commit 06c6320Copy full SHA for 06c6320
.github/scripts/main/main.sh
@@ -74,6 +74,10 @@ if [[ "$OPAM_DOC" -eq 1 ]]; then
74
mapfile -t manfiles < <(opam help topics | sed -e 's|.*|doc/man-html/opam-&.html|')
75
mapfile -O "${#manfiles[@]}" -t manfiles < <(opam admin help topics | sed -e 's|.*|doc/man-html/opam-admin-&.html|')
76
77
+ rm doc/pages/Usage.html
78
+ rm doc/man-html/opam-show.html
79
+ rm doc/man-html/opam-admin-cache.html
80
+
81
echo '::group::checking for generated files'
82
echo "pages: $htmlfiles"
83
echo "topics: $manfiles"
0 commit comments