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 d9d500c commit c16bc09Copy full SHA for c16bc09
.github/workflows/serve-ximera.yml
@@ -50,12 +50,12 @@ jobs:
50
XAKE_VERSION: "latest"
51
XIMERA_URL: ${{ vars.XIMERA_URL }}
52
XIMERA_NAME: ${{ vars.XIMERA_NAME }}*${{ github.ref_name }}
53
- XOURSES: "./testXourses"
+ XOURSES: "." # "./testXourses"
54
XM_COMPILE_SEQUENCE: "pdf,handout.pdf,html"
55
run: |
56
ls -alrt
57
chmod +x xmScripts/xmlatex # Overleaf sync might reset it :-()
58
- ./xmScripts/xmlatex veryclean # TO BE REMOVED
+ # ./xmScripts/xmlatex veryclean # TO BE REMOVED
59
./xmScripts/xmlatex ghaction $XOURSES
60
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
61
0 commit comments