Skip to content

Commit 48b8f68

Browse files
committed
update
1 parent bc6da2e commit 48b8f68

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55

66
env:
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

1011
jobs:
1112
build-ximera:
@@ -52,7 +53,8 @@ jobs:
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)
@@ -90,8 +92,9 @@ jobs:
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

0 commit comments

Comments
 (0)