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 0b63235 commit ea8f620Copy full SHA for ea8f620
.github/workflows/deploy.yml
@@ -30,8 +30,8 @@ jobs:
30
with:
31
path: |
32
docs/.observablehq/cache
33
- examples/*/docs/.observablehq/cache
34
- key: data-${{ hashFiles('docs/data/*', 'examples/*/docs/data/*') }}-${{ steps.date.outputs.date }}
+ examples/*/src/.observablehq/cache
+ key: data-${{ hashFiles('docs/data/*', 'examples/*/src/data/*') }}-${{ steps.date.outputs.date }}
35
- run: yarn build
36
- run: yarn docs:build
37
- name: Build example "api"
0 commit comments