File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,12 @@ jobs:
128128 ximeraPDF-${{ github.ref_name }}-
129129 ximeraPDF-
130130
131- - run : xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
131+ - run : |
132+ git config --global --add safe.directory /code
133+ git config --global --add safe.directory /__w/calculus/calculus
134+ export TEXMFHOME=/root/texmf
135+ pwd
136+ xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
132137
133138 - uses : actions/cache/save@v4
134139 with :
@@ -183,9 +188,13 @@ jobs:
183188 key : ximeraHTML-${{ github.ref_name }}-${{ github.sha }}
184189
185190 - run : |
186- xmlatex name
187- xmlatex frost $XM_TO_PROCESS
188- xmlatex serve $XM_TO_PROCESS
191+ git config --global --add safe.directory /code
192+ git config --global --add safe.directory /__w/calculus/calculus
193+ export TEXMFHOME=/root/texmf
194+ pwd
195+ xmlatex name
196+ xmlatex frost $XM_TO_PROCESS
197+ xmlatex serve $XM_TO_PROCESS
189198
190199 - uses : actions/cache/save@v4
191200 with :
You can’t perform that action at this time.
0 commit comments