Skip to content

Commit 5a664e1

Browse files
committed
run with 'latest', no cache
1 parent 56a5970 commit 5a664e1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)