Skip to content

Commit 8d956d7

Browse files
committed
progress ...
1 parent 7d609e5 commit 8d956d7

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/serve-ximera-split.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)