Skip to content

Commit 732ae90

Browse files
committed
throttle to one exec at a time
1 parent c00b4ba commit 732ae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
source venv/bin/activate
6666
cd notebooks
67-
npx myst build --execute --html
67+
npx myst build --execute --html --execute-parallel 1
6868
- name: Setup Pages
6969
uses: actions/configure-pages@v5
7070
- name: Upload artifact

0 commit comments

Comments
 (0)