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 d978a2a commit 66cf076Copy full SHA for 66cf076
.github/workflows/serve-ximera.yml
@@ -46,7 +46,8 @@ jobs:
46
# XIMERA_URL: "https://test.xronos.clas.ufl.edu/"
47
# XIMERA_URL: "https://xerxes.ximera.org/"
48
XIMERA_URL: "https://ximera.osu.edu/"
49
- XIMERA_NAME: "corela*main"
+ # XIMERA_NAME: "corela*main"
50
+ XIMERA_NAME: "corela"
51
# XIMERA_NAME: ${{ vars.XIMERA_NAME }}*${{ github.ref_name }}
52
XM_COMPILE_SEQUENCE: "html,handout.pdf"
53
run: |
0 commit comments