Skip to content

Commit 0f67af9

Browse files
committed
fix path
1 parent cca072a commit 0f67af9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/serve-ximera-split.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ximeraPDF-${{ github.ref_name }}-
4949
ximeraPDF-
5050
51-
- run: ./xmScripts/xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
51+
- run: xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
5252

5353
- uses: actions/cache/save@v4
5454
with:
@@ -105,7 +105,7 @@ jobs:
105105
ximeraPDF-${{ github.ref_name }}-
106106
ximeraPDF-
107107
108-
- run: ./xmScripts/xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
108+
- run: xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
109109

110110
- uses: actions/cache/save@v4
111111
with:
@@ -160,9 +160,9 @@ jobs:
160160
key: ximeraHTML-${{ github.ref_name }}-${{ github.sha }}
161161

162162
- run: |
163-
./xmScripts/xmlatex name
164-
./xmScripts/xmlatex frost $XM_TO_PROCESS
165-
./xmScripts/xmlatex serve $XM_TO_PROCESS
163+
xmlatex name
164+
xmlatex frost $XM_TO_PROCESS
165+
xmlatex serve $XM_TO_PROCESS
166166
167167
- uses: actions/cache/save@v4
168168
with:
@@ -194,8 +194,8 @@ jobs:
194194

195195
- run: |
196196
echo "Serving to $XIMERA_URL$XIMERA_NAME"
197-
./xmScripts/xmlatex name
198-
./xmScripts/xmlatex serve -t $XM_TO_PROCESS
197+
xmlatex name
198+
xmlatex serve -t $XM_TO_PROCESS
199199
echo "Recent git log:"
200200
git log --oneline --graph --decorate --all -n 10
201201
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)