File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6464 git config --global --add safe.directory "$GITHUB_WORKSPACE"
6565 mkdir -p .git/refs/heads
6666 [[ -f ".git/refs/heads/master.tex" ]] || date >".git/refs/heads/master.tex"
67- xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
67+ # xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
6868 xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
6969
7070 # Save cache
@@ -138,6 +138,7 @@ jobs:
138138 name : Run serve for public version
139139 needs : serve-ximera-preview
140140 runs-on : ubuntu-latest
141+ if : github.ref == 'refs/heads/main'
141142 continue-on-error : true
142143 container : *x-container
143144 environment : production
Original file line number Diff line number Diff line change 99}{%
1010 \typeout {Start loading preamble.tex (NOT in a XOURSE)}%
1111}
12+
13+ \typeout {Use OSU type hint/expandable}
14+ \def\xmNotHintAsExpandable {true}
15+ \def\xmNotExpandableAsAccordion {true}
16+
1217\makeatother
1318
1419\ifdefined \isXourse
You can’t perform that action at this time.
0 commit comments