Skip to content

Commit bee88aa

Browse files
committed
feat: enable PR-scoped build caching in CI
Add save-cache: true to restore-jupyter-cache step so subsequent pushes to the same PR restore the prior build and only re-execute changed notebooks.
1 parent e509761 commit bee88aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
cache-type: 'build'
2626
source-dir: 'lectures'
27+
save-cache: 'true'
2728

2829
- name: Build HTML
2930
id: build

0 commit comments

Comments
 (0)