From e1e6852384e2a0ee902739d380970a8e5e0cd865 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 4 Nov 2024 14:17:30 +1100 Subject: [PATCH] FIX: enable .jupyter_cache to be included in cache runs --- .github/workflows/cache.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 5ea90fd4..438912c0 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -31,4 +31,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: build-cache - path: _build \ No newline at end of file + path: _build + include-hidden-files: true \ No newline at end of file