Skip to content

Commit

Permalink
Also exclude main CHANGELOG from link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Dec 7, 2023
1 parent 9bdf0d0 commit fc3ac01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ version: 2.1

orbs:
npm-publisher: uraway/[email protected]
kurtosis-docs-checker: kurtosis-tech/docs-checker@0.2.4
kurtosis-docs-checker: kurtosis-tech/docs-checker@0.3.0
slack: circleci/[email protected]

executors:
Expand Down Expand Up @@ -1143,7 +1143,7 @@ workflows:
jobs:
# -- build jobs ------------------------------------------
- kurtosis-docs-checker/check-docs:
dir-to-exclude: '"./docs/*"'
dir-to-exclude: '^(./docs/*|./CHANGELOG.md)'
should-check-changelog: false
markdown-link-check-config-json: |
{
Expand Down

0 comments on commit fc3ac01

Please sign in to comment.