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 a795044 commit 45eb306Copy full SHA for 45eb306
.github/workflows/serve-ximera.yml
@@ -48,8 +48,8 @@ jobs:
48
ls -alrt
49
# git config --global --add safe.directory "$(pwd)"
50
# export COMMAND=./xmScripts/xmlatex.test
51
- # ./xmScripts/xmlatex ghaction calculus*.tex || echo NOK
52
- ./xmScripts/xmlatex ghaction --compile draft.html || echo NOK
+ ./xmScripts/xmlatex ghaction calculus1.tex || echo NOK
+ # ./xmScripts/xmlatex ghaction --compile draft.html || echo NOK
53
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
54
55
- name: Setup ximera serve cache (only .git)
0 commit comments