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 43c9d64 commit b8d0c2aCopy full SHA for b8d0c2a
.github/workflows/serve-ximera.yml
@@ -93,7 +93,7 @@ jobs:
93
XIMERA_NAME: ${{ vars.XIMERA_NAME }}
94
run: |
95
./xmScripts/xmlatex name
96
- ./xmScripts/xmlatex serve
+ ./xmScripts/xmlatex serve -f
97
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
98
- name: Serve to ximera.osu.edu
99
env:
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
0 commit comments