Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit ddb3773

Browse files
authored
Update run-docs
Add back command explaining seemingly extraneous `echo exit 1`
1 parent e90ee12 commit ddb3773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/run-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ esac
4949
# Generate the script
5050
echo "::group::Create script to run $1"
5151
python3 torchchat/utils/scripts/updown.py --file "$filepath" $parameters > "$script_name"
52+
# if something happened to updown processor, and it did not error out, fail with an exit 1
5253
echo "exit 1" >> "$script_name"
5354
echo "::endgroup::"
5455

0 commit comments

Comments
 (0)