diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 8f6a67813..78e973652 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -35,6 +35,7 @@ jobs: with: use-quiet-mode: 'yes' 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' config-file: '.github/workflows/mlc_config.json' base-branch: 'master' diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index 20e091502..6a3889a34 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -6,7 +6,7 @@ "aliveStatusCodes": [200, 206, 303, 403], "ignorePatterns": [ { - "pattern": "^(https:\/\/github.com\/Ocelot-Social-Community\/Ocelot-Social\/pull\/|http:\/\/localhost)" + "pattern": "^(https:\/\/github.com\/Ocelot-Social-Community\/Ocelot-Social\/(pull|deployment\/src\/old)\/|http:\/\/localhost)" } ] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba41720b9..5af1c4e36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you so much for thinking of contributing to the ocelot.social