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 c7e3f32 commit 29984a4Copy full SHA for 29984a4
.github/workflows/doc-build.yml
@@ -61,7 +61,7 @@ jobs:
61
./bootstrap && make build
62
working-directory: ./worktree-image
63
env:
64
- MAKE: make -j2
+ MAKE: make -j2 --output-sync=recurse
65
SAGE_NUM_THREADS: 2
66
67
- name: Build (fallback to non-incremental)
@@ -72,7 +72,7 @@ jobs:
72
make doc-clean doc-uninstall sagelib-clean && git clean -fx src/sage && ./config.status && make build
73
74
75
76
77
78
- name: Build docs
@@ -89,7 +89,7 @@ jobs:
89
./config.status && make doc-html
90
91
92
93
94
95
- name: Copy docs
0 commit comments