Skip to content

Commit 3ca5abd

Browse files
committed
remove ximera-downloads
1 parent 8754368 commit 3ca5abd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
1212
# XIMERA_NAME: wimcalc20250905
1313
XIMERA_NAME: wimcalchints
14+
# XIMERA_NAME: mooculuspreview
1415
XIMERA_URL: "https://ximera.osu.edu/"
1516
# XIMERA_URL: "https://xerxes.ximera.org/"
1617
XM_TO_PROCESS: "testxourse.tex"
@@ -65,9 +66,11 @@ jobs:
6566
mkdir -p .git/refs/heads
6667
[ -f ".git/refs/heads/master.tex" ] || date >".git/refs/heads/master.tex"
6768
echo "Add .xbb"
68-
./xmScripts/add_xbb.sh linesAndCurvesInSpace
69+
./xmScripts/add_xbb.sh *
6970
# xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
7071
xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
72+
du -hs ximera-downloads/*
73+
rm -rf ximera-downloads/pdfexport
7174
7275
# Save cache
7376
- name: "Postprocess: Save cache"

0 commit comments

Comments
 (0)