From e6213febeb7132236f03aa1b4e42516975d8e2a6 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 25 Jan 2024 11:27:21 +0100 Subject: [PATCH] fix doc chech workflow --- .github/workflows/check-documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index cf5c53cce..49b3e1ac1 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -29,6 +29,9 @@ jobs: steps: - 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 - name: Check Markdown Links uses: gaurav-nelson/github-action-markdown-link-check@master