From 10da9c6d72d63e0c5d2ee85700ccc4ce5fedc48c Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 9 Jan 2024 15:19:11 +0100 Subject: [PATCH] change file pattern --- .github/workflows/check-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 07d2c1437..04b59f559 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@master - name: Remove old documentation files - run: rm -rf ./deployment/src/old/ ./!CHANGELOG.md # workaround until https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/183 has been done + run: rm -rf ./deployment/src/old/ ./CHANGELOG.md # workaround until https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/183 has been done - name: Check Markdown Links uses: gaurav-nelson/github-action-markdown-link-check@master with: