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 5ea0065 commit c124674Copy full SHA for c124674
1 file changed
.github/workflows/serve-ximera.yml
@@ -6,7 +6,8 @@ on:
6
env:
7
XM_COMPILE_SEQUENCE: html
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: "."
+ XM_TO_PROCESS: "testxourse.tex calculus1.tex"
10
+ # XM_TO_PROCESS: "."
11
12
jobs:
13
build-ximera:
0 commit comments