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 1fab2a1 commit 48cf164Copy full SHA for 48cf164
.github/workflows/serve-ximera.yml
@@ -1,17 +1,17 @@
1
name: Ximera Workflow
2
3
on:
4
- push:
+ push:
5
6
env:
7
GPG_KEY: ${{ secrets.GPG_KEY }}
8
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
9
XIMERA_URL: "https://ximera.osu.edu/"
10
XIMERA_NAME: wimcalc0826
11
XM_COMPILE_SEQUENCE: html
12
- XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2"
+ # XM_TO_PROCESS: "testxourse.tex calculus1.tex calculus2"
13
# 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: "."
+ XM_TO_PROCESS: "."
15
16
jobs:
17
build-ximera:
0 commit comments