Skip to content

Commit 623d3e4

Browse files
committed
test
1 parent 9c29f83 commit 623d3e4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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:
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)