Skip to content

Commit 319bd02

Browse files
committed
Keep trying.
1 parent d7532bd commit 319bd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
myst build --execute 2>&1 |tee /tmp/mystbuild.log
114114
if grep -q "Traceback \(most recent call last\)" /tmp/mystbuild.log; then
115-
exit 1
115+
exit 1;
116116
else
117-
exit 0
117+
exit 0;
118118
fi

0 commit comments

Comments
 (0)