Skip to content

Commit 12d2294

Browse files
authored
FIX: jupyter cache (#416)
1 parent 37f7eae commit 12d2294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/cache.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: build-cache
34-
path: _build
34+
path: _build
35+
include-hidden-files: true

0 commit comments

Comments
 (0)