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 019a501 commit 8bd8d12Copy full SHA for 8bd8d12
.github/workflows/ci.yml
@@ -109,4 +109,4 @@ jobs:
109
- name: Setup environment
110
run: pip install -r requirements.txt
111
- name: Build site with execution
112
- run: myst build --execute 2>&1 | grep -e "Traceback \(most recent call last\)"
+ run: myst build --execute 2>&1 |tee /dev/stderr | grep -e "Traceback \(most recent call last\)"
0 commit comments