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 9677e8f commit 5de3660Copy full SHA for 5de3660
1 file changed
.github/workflows/serve-ximera.yml
@@ -91,8 +91,10 @@ jobs:
91
env:
92
GPG_KEY: ${{ secrets.GPG_KEY }}
93
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
94
- XIMERA_URL: ${{ vars.XIMERA_URL }}
95
- XIMERA_NAME: ${{ vars.XIMERA_NAME }}
+ # XIMERA_URL: ${{ vars.XIMERA_URL }}
+ # XIMERA_NAME: ${{ vars.XIMERA_NAME }}
96
+ XIMERA_URL: "https://xerxes.ximera.org/"
97
+ XIMERA_NAME: "calculus"
98
run: |
99
git log --oneline --graph --decorate --all -n 10
100
./xmScripts/xmlatex name
0 commit comments