Skip to content

Commit a37b855

Browse files
committed
calculus[12]
1 parent c3cb432 commit a37b855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Ximera Workflow
33
on:
44
push:
55
branches:
6-
- 'xmain'
6+
- 'main'
77

88
env:
99
GPG_KEY: ${{ secrets.GPG_KEY }}
@@ -13,7 +13,7 @@ env:
1313
# XIMERA_URL: "https://xerxes.ximera.org/"
1414
##XM_COMPILE_SEQUENCE: html
1515
# XM_TO_PROCESS: "testxourse.tex"
16-
XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2.tex calculus3.tex calculusA2.tex calculusE.tex calculus1TextbookBySection [a-z]*/exercises/exerciseList.tex"
16+
XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2.tex" # calculus3.tex calculusA2.tex calculusE.tex calculus1TextbookBySection [a-z]*/exercises/exerciseList.tex"
1717
# XM_TO_PROCESS: "testxourse.tex calculus1.tex review/*/exerciseList.tex calculus1TextbookBySection/*.tex"
1818
# XM_TO_PROCESS: "."
1919

0 commit comments

Comments
 (0)