From 357a809d36dc8ca100964ca94f848da9eb10ff28 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Mon, 20 Jan 2025 11:41:29 -0800 Subject: [PATCH] Update markdown-link-check.yml Signed-off-by: Paul Schmiedmayer --- .github/workflows/markdown-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index fc8f833..fb6a17e 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -22,7 +22,7 @@ jobs: echo "Linkspector Ubuntu Workaround for: https://github.com/UmbrellaDocs/action-linkspector/issues/32" echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Check and Create Linkspector Configuration - run: | + run: | CONFIG_FILE=".linkspector.yml" if [ ! -f "$CONFIG_FILE" ]; then echo "Configuration file not found. Creating a new one."