From fd152234d69ca7577a96d39049b0040d3e104add Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Thu, 30 Nov 2023 13:19:31 +0100 Subject: [PATCH] Add whole repo to linkchecker --- .github/workflows/linkchecker.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 20d90f0b20..04b175a3ca 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -8,7 +8,4 @@ jobs: - uses: actions/checkout@v4 # Checks the status of hyperlinks in *.md files in docs/ - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 - with: - folder-path: "docs" - file-path: './*.md' \ No newline at end of file + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 \ No newline at end of file