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 824ec4a commit 8243833Copy full SHA for 8243833
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
path: |
32
docs/.observablehq/cache
33
- 'examples/*/docs/.observablehq/cache'
+ examples/*/docs/.observablehq/cache
34
key: data-${{ hashFiles('docs/data/*', 'examples/*/docs/data/*') }}-${{ steps.date.outputs.date }}
35
- if: steps.cache-data.outputs.cache-hit == 'true'
36
run: find docs/.observablehq/cache examples/*/docs/.observablehq/cache -type f -exec touch {} +
0 commit comments