We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43831aa commit cd669c8Copy full SHA for cd669c8
1 file changed
.github/workflows/serve-ximera.yml
@@ -49,7 +49,8 @@ jobs:
49
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
50
XIMERA_URL: ${{ vars.XIMERA_URL }}
51
XIMERA_NAME: ${{ vars.XIMERA_NAME }}*${{ github.ref_name }}
52
- XOURSES: "." # "./testXourses"
+ # XOURSES: "." # "./testXourses"
53
+ XOURSES: "dtxTests/image" # "./testXourses"
54
XM_COMPILE_SEQUENCE: "pdf,handout.pdf,html"
55
run: |
56
ls -alrt
0 commit comments