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 4fa8c4a commit b7d2bb3Copy full SHA for b7d2bb3
.github/workflows/serve-ximera.yml
@@ -105,6 +105,16 @@ jobs:
105
./xmScripts/xmlatex name
106
./xmScripts/xmlatex serve -f
107
echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
108
+ - name: Serve to test.xronos.clas.ufl.edu
109
+ env:
110
+ GPG_KEY: ${{ secrets.GPG_KEY }}
111
+ GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
112
+ XIMERA_URL: "https://test.xronos.clas.ufl.edu/"
113
+ XIMERA_NAME: ${{ vars.XIMERA_NAME }}
114
+ run: |
115
+ ./xmScripts/xmlatex name
116
+ ./xmScripts/xmlatex serve -f
117
+ echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
118
119
120
0 commit comments