File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1717jobs :
1818
1919 build-ximera-htmlexport :
20- name : Run pdfexport andhtmlexport
20+ name : Run pdfexport and htmlexport
2121 runs-on : ubuntu-latest
2222 continue-on-error : true
2323 container : &x-container
6060 - name : " XIMERA: pdf and html (tikzexternalize/html)"
6161 run : |
6262 git config --global --add safe.directory "$GITHUB_WORKSPACE"
63- xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
63+ xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
6464 xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
6565
66- # Upload artifact for next job
67- - name : " Postprocess: Save artifacts"
68- uses : actions/upload-artifact@v4
69- with :
70- name : htmlexport
71- path : .
72-
73-
7466 # Save cache
7567 - name : " Postprocess: Save cache"
7668 uses : actions/cache/save@v4
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ \part{Functions}
4848
4949
5050
51- % \part{Other}
51+ \part {Other }
5252
53- % \activity{higherOrderDerivativesAndGraphs/digInHigherOrderDerivativesAndGraphs.tex}
53+ \activity {higherOrderDerivativesAndGraphs/digInHigherOrderDerivativesAndGraphs.tex}
5454
5555% \part{Calculus3}
5656
You can’t perform that action at this time.
0 commit comments