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 e2001f4 commit 33c5e75Copy full SHA for 33c5e75
.github/workflows/doc-build-livedoc.yml
@@ -55,12 +55,16 @@ jobs:
55
export CXX="ccache $CXX"
56
pip install --no-build-isolation --config-settings=builddir=builddir . -v
57
58
- - name: Build live documentation
+ - name: Build pdf documentation
59
shell: bash -l {0}
60
run: |
61
sudo DEBIAN_FRONTEND=noninteractive sudo apt-get update
62
sudo DEBIAN_FRONTEND=noninteractive apt-get install $(build/bin/sage-get-system-packages debian texlive texlive_luatex free_fonts xindy)
63
- meson compile -C builddir doc-pdf -j1
+ meson compile -C builddir doc-pdf
64
+
65
+ - name: Build live documentation
66
+ shell: bash -l {0}
67
+ run: |
68
meson compile -C builddir doc-html -j1
69
env:
70
SAGE_USE_CDNS: yes
0 commit comments