Skip to content

Commit 48cf164

Browse files
committed
action: process all
1 parent 1fab2a1 commit 48cf164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Ximera Workflow
22

33
on:
4-
push:
4+
push:
55

66
env:
77
GPG_KEY: ${{ secrets.GPG_KEY }}
88
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
99
XIMERA_URL: "https://ximera.osu.edu/"
1010
XIMERA_NAME: wimcalc0826
1111
XM_COMPILE_SEQUENCE: html
12-
XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2"
12+
# XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2"
1313
# XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2.tex calculus3.tex calculusA2.tex calculusE.tex calculus1TextbookBySection [a-z]*/exercises/exerciseList.tex"
14-
# XM_TO_PROCESS: "."
14+
XM_TO_PROCESS: "."
1515

1616
jobs:
1717
build-ximera:

0 commit comments

Comments
 (0)