Skip to content

Commit 7dfd27d

Browse files
committed
typo
1 parent 5c6ffc9 commit 7dfd27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "Baking pdfexport"
6262
ls -alrt
6363
# ./xmScripts/xmlatex veryclean
64-
./xmScripts/xmlatex --compile pdfexport -j 5 $XM_TO_PROCESS
64+
./xmScripts/xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
6565
6666
- name: Upload Working Folder as Artifact
6767
uses: actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108108
echo "Baking htmlexport"
109109
ls -alrt
110110
# ./xmScripts/xmlatex veryclean
111-
./xmScripts/xmlatex --compile htmlexport -j 5 $XM_TO_PROCESS
111+
./xmScripts/xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
112112
113113
- name: Upload Working Folder as Artifact
114114
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)