Skip to content

Commit a5b46d1

Browse files
committed
trying again
Signed-off-by: Nick Papior <nicpa@dtu.dk>
1 parent 5fa6240 commit a5b46d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/create-doc.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
uses: actions/cache/save@v3
5555
if: steps.cache-gif.outputs.cache-hit != 'true'
5656
with:
57-
path: docs/os/Animations/*/*.gif
58-
path: docs/os/Animations/tmp/hashes.yml
57+
path:
58+
- docs/os/Animations/*/*.gif
59+
- docs/os/Animations/tmp/hashes.yml
5960
key: gifs
6061

6162
- name: Python installation

0 commit comments

Comments
 (0)