File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 55
66env :
77 XM_COMPILE_SEQUENCE : html
8- XM_TO_PROCESS : testxourse.tex
8+ XM_TO_PROCESS : " testxourse.tex calculus1.tex" # calculus2.tex calculus3.tex calculusA2.tex calculusE.tex calculus1TextbookBySection [a-z]*/exercises/exerciseList.tex"
9+ # XM_TO_PROCESS: "."
910
1011jobs :
1112 build-ximera :
5253 XM_JOBS : 6
5354 run : |
5455 ls -alrt
55- ./xmScripts/xmlatex ghaction -j 8 $XM_TO_PROCESS -f -s --compile html || echo NOK
56+ ./xmScripts/xmlatex ghaction -j 8 $XM_TO_PROCESS -f -s --compile html
57+ git log --oneline --graph --decorate --all -n 10
5658 echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
5759
5860 - name : Setup ximera serve cache (only .git)
9092 XIMERA_URL : ${{ vars.XIMERA_URL }}
9193 XIMERA_NAME : ${{ vars.XIMERA_NAME }}
9294 run : |
95+ git log --oneline --graph --decorate --all -n 10
9396 ./xmScripts/xmlatex name
94- ./xmScripts/xmlatex serve -f $XM_TO_PROCESS
97+ ./xmScripts/xmlatex serve -t $XM_TO_PROCESS
9598 echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
9699
97100
You can’t perform that action at this time.
0 commit comments