Skip to content

Commit ea8f620

Browse files
committed
fix examples/*/docs
1 parent 0b63235 commit ea8f620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
path: |
3232
docs/.observablehq/cache
33-
examples/*/docs/.observablehq/cache
34-
key: data-${{ hashFiles('docs/data/*', 'examples/*/docs/data/*') }}-${{ steps.date.outputs.date }}
33+
examples/*/src/.observablehq/cache
34+
key: data-${{ hashFiles('docs/data/*', 'examples/*/src/data/*') }}-${{ steps.date.outputs.date }}
3535
- run: yarn build
3636
- run: yarn docs:build
3737
- name: Build example "api"

0 commit comments

Comments
 (0)