Skip to content

Commit b8f29d2

Browse files
authored
Update serve-ximera.yml: more xourse, back to preview
1 parent 6814d9a commit b8f29d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ env:
1414
# XIMERA_URL: "https://xerxes.ximera.org/"
1515
# XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2"
1616
# XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2.tex calculus3.tex calculusA2.tex calculusE.tex calculus1TextbookBySection [a-z]*/exercises/exerciseList.tex"
17-
# XM_TO_PROCESS: "review/*/exerciseList.tex calculus1TextbookBySection/*.tex"
18-
XM_TO_PROCESS: "."
17+
XM_TO_PROCESS: "review/*/exerciseList.tex *TextbookBySection/*.tex"
18+
# XM_TO_PROCESS: "."
1919

2020
jobs:
2121
build-ximera:
@@ -55,8 +55,8 @@ jobs:
5555
5656
- name: Build and publish Ximera courses
5757
env:
58-
XIMERA_NAME: mooculus
59-
## XIMERA_NAME: mooculuspreview
58+
## XIMERA_NAME: mooculus
59+
XIMERA_NAME: mooculuspreview
6060
##notused# XIMERA_URL: ${{ vars.XIMERA_URL }}
6161
##notused# XIMERA_NAME: ${{ vars.XIMERA_NAME }}${{ github.ref_name }}
6262
run: |

0 commit comments

Comments
 (0)