Skip to content

Commit 48eb9a5

Browse files
committed
try again.
1 parent 319bd02 commit 48eb9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build site with execution
112112
run: |
113113
myst build --execute 2>&1 |tee /tmp/mystbuild.log
114-
if grep -q "Traceback \(most recent call last\)" /tmp/mystbuild.log; then
114+
if grep -q "Traceback .most recent call last." /tmp/mystbuild.log; then
115115
exit 1;
116116
else
117117
exit 0;

0 commit comments

Comments
 (0)