Skip to content

Commit c16bc09

Browse files
committed
remove clean; compile all
1 parent d9d500c commit c16bc09

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
@@ -50,12 +50,12 @@ jobs:
5050
XAKE_VERSION: "latest"
5151
XIMERA_URL: ${{ vars.XIMERA_URL }}
5252
XIMERA_NAME: ${{ vars.XIMERA_NAME }}*${{ github.ref_name }}
53-
XOURSES: "./testXourses"
53+
XOURSES: "." # "./testXourses"
5454
XM_COMPILE_SEQUENCE: "pdf,handout.pdf,html"
5555
run: |
5656
ls -alrt
5757
chmod +x xmScripts/xmlatex # Overleaf sync might reset it :-()
58-
./xmScripts/xmlatex veryclean # TO BE REMOVED
58+
# ./xmScripts/xmlatex veryclean # TO BE REMOVED
5959
./xmScripts/xmlatex ghaction $XOURSES
6060
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
6161

0 commit comments

Comments
 (0)