Skip to content

Commit 8243833

Browse files
committed
fix cache path?
1 parent 824ec4a commit 8243833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
path: |
3232
docs/.observablehq/cache
33-
'examples/*/docs/.observablehq/cache'
33+
examples/*/docs/.observablehq/cache
3434
key: data-${{ hashFiles('docs/data/*', 'examples/*/docs/data/*') }}-${{ steps.date.outputs.date }}
3535
- if: steps.cache-data.outputs.cache-hit == 'true'
3636
run: find docs/.observablehq/cache examples/*/docs/.observablehq/cache -type f -exec touch {} +

0 commit comments

Comments
 (0)