Skip to content

Commit

Permalink
module, man pacges missing
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 21, 2024
1 parent 0674fa7 commit fe08ac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/main/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ if [[ "$OPAM_DOC" -eq 1 ]]; then
mapfile -t manfiles < <(opam help topics | sed -e 's|.*|doc/man-html/opam-&.html|')
mapfile -O "${#manfiles[@]}" -t manfiles < <(opam admin help topics | sed -e 's|.*|doc/man-html/opam-admin-&.html|')

rm doc/pages/Usage.html
rm doc/man-html/opam-show.html
rm doc/man-html/opam-admin-cache.html

echo '::group::checking for generated files'
echo "pages: $htmlfiles"
echo "topics: $manfiles"
Expand Down

0 comments on commit fe08ac2

Please sign in to comment.