From 58a2900eca1f4c2a31e713cb4171ccb3354af0f3 Mon Sep 17 00:00:00 2001 From: nikohl-de Date: Fri, 20 Dec 2024 11:43:36 +0100 Subject: [PATCH] update link checker. Added cache --- .github/workflows/link-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 17036643..52c4378e 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -37,4 +37,6 @@ jobs: . --exclude-path ImplementationGuide/style --exclude-path Material + --cache + --cache-timeout 86400 # Cache für 24 Stunden