Skip to content

Commit

Permalink
Merge pull request #6933 from Ocelot-Social-Community/ignore-changelo…
Browse files Browse the repository at this point in the history
…g-file-in-markdown-link-checker

refactor(other): ignore changelog file in markdown link checker
  • Loading branch information
mahula authored Jan 9, 2024
2 parents ab0d222 + b054092 commit 6afc8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6afc8b9

Please sign in to comment.