File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,15 @@ jobs:
4747 # (The defaults will presumably make this step fail.)
4848 GPG_KEY : ${{ secrets.GPG_KEY }}
4949 GPG_KEY_ID : ${{ secrets.GPG_KEY_ID }}
50+ XAKE_VERSION : " latest"
5051 XIMERA_URL : ${{ vars.XIMERA_URL }}
5152 XIMERA_NAME : ${{ vars.XIMERA_NAME }}*${{ github.ref_name }}
52- XOURSES : " ." # ". /testXourses"
53+ XOURSES : " ./testXourses"
5354 XM_COMPILE_SEQUENCE : " pdf,handout.pdf,html"
5455 run : |
5556 ls -alrt
5657 chmod +x xmScripts/xmlatex # Overleaf sync might reset it :-()
57- # ./xmScripts/xmlatex veryclean testXourses.TODO # TO BE REMOVED
58+ ./xmScripts/xmlatex veryclean testXourses.TODO # TO BE REMOVED
5859 ./xmScripts/xmlatex ghaction $XOURSES
5960 echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
6061
@@ -105,6 +106,3 @@ jobs:
105106 ./xmScripts/xmlatex name
106107 ./xmScripts/xmlatex serve -f
107108 echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
108-
109-
110-
You can’t perform that action at this time.
0 commit comments