Skip to content

Commit

Permalink
#61 remove rich.xml
Browse files Browse the repository at this point in the history
yegor256 committed Jul 23, 2024
1 parent 7446e0b commit a3b900b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion entry.sh
Original file line number Diff line number Diff line change
@@ -84,7 +84,10 @@ done <<< "${INPUT_OPTIONS}"
--max-cycles 1 \
"${options[@]}" \
"${SELF}/judges/" "${INPUT_FACTBASE}"
"${JUDGES}" "${gopts[@]}" print --format xml "${INPUT_FACTBASE}" "${INPUT_OUTPUT}/${name}.rich.xml"
"${JUDGES}" "${gopts[@]}" print \
--format xml \
"${INPUT_FACTBASE}" \
"${INPUT_OUTPUT}/${name}.rich.xml"

# Build a summary HTML.
css=$(cat "${SELF}/target/css/main.css")
@@ -101,3 +104,4 @@ java -jar "${SELF}/target/saxon.jar" \
"css=${css}" \
"js=${js}"
echo "HTML generated at ${html}"
rm "${INPUT_OUTPUT}/${name}.rich.xml"

0 comments on commit a3b900b

Please sign in to comment.