File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
55
55
export CXX="ccache $CXX"
56
56
pip install --no-build-isolation --config-settings=builddir=builddir . -v
57
57
58
- - name : Build pdf documentation
58
+ - name : Build pdf doc
59
59
shell : bash -l {0}
60
60
run : |
61
61
sudo DEBIAN_FRONTEND=noninteractive sudo apt-get update
62
62
sudo DEBIAN_FRONTEND=noninteractive apt-get install $(build/bin/sage-get-system-packages debian texlive texlive_luatex free_fonts xindy)
63
63
meson compile -C builddir doc-pdf
64
64
65
- - name : Build live documentation
65
+ - name : Build live doc
66
66
shell : bash -l {0}
67
67
run : |
68
68
meson compile -C builddir doc-html -j1
75
75
id : copy
76
76
run : |
77
77
mkdir -p ./doc
78
- # Zip everything for increased performance
79
- cp -rL builddir/src/doc/* doc/
78
+ cp -r builddir/src/doc/pdf doc/
79
+ cp -rL builddir/src/doc/html doc/
80
+ cp builddir/src/doc/index.html doc/
80
81
zip -r livedoc.zip doc
81
82
82
83
- name : Upload livedoc
You can’t perform that action at this time.
0 commit comments