Skip to content

Commit b8d0c2a

Browse files
committed
serve-ximera: (re-)add -f to xmlatex serve (TBI)
1 parent 43c9d64 commit b8d0c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
XIMERA_NAME: ${{ vars.XIMERA_NAME }}
9494
run: |
9595
./xmScripts/xmlatex name
96-
./xmScripts/xmlatex serve
96+
./xmScripts/xmlatex serve -f
9797
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
9898
- name: Serve to ximera.osu.edu
9999
env:
@@ -103,7 +103,7 @@ jobs:
103103
XIMERA_NAME: ${{ vars.XIMERA_NAME }}
104104
run: |
105105
./xmScripts/xmlatex name
106-
./xmScripts/xmlatex serve
106+
./xmScripts/xmlatex serve -f
107107
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
108108
109109

0 commit comments

Comments
 (0)