Skip to content

Commit 5330147

Browse files
author
Matthias Koeppe
committed
.github/workflows/doc-build-pdf.yml: First run 'make build' with V=0
1 parent 0051f19 commit 5330147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
./configure --enable-build-as-root --prefix=/sage/local --with-sage-venv --enable-download-from-upstream-url
3030
3131
- name: Build
32-
run: make doc-pdf
32+
run: make build V=0 && make doc-pdf
3333
env:
3434
MAKE: make -j2
3535
SAGE_NUM_THREADS: 2

0 commit comments

Comments
 (0)