change file pattern

This commit is contained in:
mahula 2024-01-09 15:16:38 +01:00
parent a141485c93
commit e1c0de7d71

View File

@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Remove old documentation files
run: rm -rf ./deployment/src/old/ # 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:
@ -38,5 +38,4 @@ jobs:
check-modified-files-only: 'no'
config-file: '.github/workflows/mlc_config.json'
base-branch: 'master'
file-path: './!CHANGELOG.md'
folder-path: '.'