Skip to content

Commit 8bd8d12

Browse files
committed
Preserve log and err on traceback.
1 parent 019a501 commit 8bd8d12

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
@@ -109,4 +109,4 @@ jobs:
109109
- name: Setup environment
110110
run: pip install -r requirements.txt
111111
- name: Build site with execution
112-
run: myst build --execute 2>&1 | grep -e "Traceback \(most recent call last\)"
112+
run: myst build --execute 2>&1 |tee /dev/stderr | grep -e "Traceback \(most recent call last\)"

0 commit comments

Comments
 (0)