File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ jobs:
7474 steps :
7575
7676
77- # - name: Restore ximera serve cache (only .git)
78- # id: serve-cache-restore
79- # uses: actions/cache/restore@v4
80- # with:
81- # fail-on-cache-miss: true
82- # path: |
83- # xmScripts/**
84- # .git/**
85- # key: ximeraSERVE-${{ github.ref_name }}-${{ github.sha }}
77+ - name : Restore ximera serve cache (only .git)
78+ id : serve-cache-restore
79+ uses : actions/cache/restore@v4
80+ with :
81+ fail-on-cache-miss : true
82+ path : |
83+ xmScripts/**
84+ .git/**
85+ key : ximeraSERVE-${{ github.ref_name }}-${{ github.sha }}
8686
8787 - name : Serve
8888 env :
9292 XIMERA_NAME : ${{ vars.XIMERA_NAME }}
9393 run : |
9494 ./xmScripts/xmlatex name
95- ./xmScripts/xmlatex serve -f $XM_TO_PROCESS
95+ ./xmScripts/xmlatex serve -t $XM_TO_PROCESS
9696 echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
9797
9898
You can’t perform that action at this time.
0 commit comments