We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6ffc9 commit 7dfd27dCopy full SHA for 7dfd27d
.github/workflows/serve-ximera-split.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "Baking pdfexport"
62
ls -alrt
63
# ./xmScripts/xmlatex veryclean
64
- ./xmScripts/xmlatex --compile pdfexport -j 5 $XM_TO_PROCESS
+ ./xmScripts/xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
65
66
- name: Upload Working Folder as Artifact
67
uses: actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108
echo "Baking htmlexport"
109
110
111
- ./xmScripts/xmlatex --compile htmlexport -j 5 $XM_TO_PROCESS
+ ./xmScripts/xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
112
113
114
0 commit comments