mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
remove unnecessary markdown files
This commit is contained in:
parent
d25996736d
commit
66c9a29b6e
3
.github/workflows/check-documentation.yml
vendored
3
.github/workflows/check-documentation.yml
vendored
@ -31,12 +31,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
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
|
||||||
- name: Check Markdown Links
|
- name: Check Markdown Links
|
||||||
uses: gaurav-nelson/github-action-markdown-link-check@master
|
uses: gaurav-nelson/github-action-markdown-link-check@master
|
||||||
with:
|
with:
|
||||||
use-quiet-mode: 'yes'
|
use-quiet-mode: 'yes'
|
||||||
use-verbose-mode: 'no'
|
use-verbose-mode: 'no'
|
||||||
# at any .md file change take the chance to check the links in all .md files
|
|
||||||
check-modified-files-only: 'no'
|
check-modified-files-only: 'no'
|
||||||
config-file: '.github/workflows/mlc_config.json'
|
config-file: '.github/workflows/mlc_config.json'
|
||||||
base-branch: 'master'
|
base-branch: 'master'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user