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 4c7467e commit 85f91a3Copy full SHA for 85f91a3
.github/workflows/serve-ximera.yml
@@ -66,7 +66,7 @@ jobs:
66
mkdir -p .git/refs/heads
67
[ -f ".git/refs/heads/master.tex" ] || date >".git/refs/heads/master.tex"
68
echo "Add .xbb"
69
- ./xmScripts/add_xbb.sh *
+ ./xmScripts/add_xbb.sh .
70
ls -alR understandingFunctions
71
# xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
72
xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
0 commit comments