fix doc chech workflow

This commit is contained in:
mahula 2024-01-25 11:27:21 +01:00
parent 704a1bc0f5
commit e6213febeb

View File

@ -30,6 +30,9 @@ 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
- name: Check Markdown Links
uses: gaurav-nelson/github-action-markdown-link-check@master
with: