Skip to content

Commit

Permalink
#14 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 28, 2024
1 parent dae63aa commit 24bab44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@ done <<< "${INPUT_OPTIONS}"
--max-cycles 1 \
"${options[@]}" \
"${SELF}/judges/" "${INPUT_FACTBASE}"
"${JUDGES}" "${gopts[@]}" print --format xml "${INPUT_FACTBASE}" "${INPUT_OUTPUT}/${name}.rich.xml"

# Build a summary HTML.
css=$(cat "${SELF}/target/css/main.css")
html=${INPUT_OUTPUT}/${name}.html
java -jar "${SELF}/target/saxon.jar" \
"-s:${INPUT_OUTPUT}/${name}.xml" \
"-s:${INPUT_OUTPUT}/${name}.rich.xml" \
"-xsl:${SELF}/target/xsl/index.xsl" \
"-o:${INPUT_OUTPUT}/${name}.html" \
"-o:${html}" \
"version=${VERSION}" \
"name=${name}" \
"css=${css}"
echo "HTML generated at ${html}"

0 comments on commit 24bab44

Please sign in to comment.