We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319bd02 commit 48eb9a5Copy full SHA for 48eb9a5
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Build site with execution
112
run: |
113
myst build --execute 2>&1 |tee /tmp/mystbuild.log
114
- if grep -q "Traceback \(most recent call last\)" /tmp/mystbuild.log; then
+ if grep -q "Traceback .most recent call last." /tmp/mystbuild.log; then
115
exit 1;
116
else
117
exit 0;
0 commit comments