Skip to content

Commit 5087714

Browse files
committed
Add correct path
1 parent b0227dc commit 5087714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update-container-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Cache Docker images
2424
uses: ScribeMD/[email protected]
2525
with:
26-
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
26+
key: docker-${{ runner.os }}-${{ hashFiles('.github/workflows/auto-update-container-documentation.yml') }}
2727
- name: make update_container_documentation
2828
id: update-container-documentation
2929
run: |

0 commit comments

Comments
 (0)