We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86b727 commit bdc5f42Copy full SHA for bdc5f42
.github/workflows/dead-links.yaml
@@ -25,4 +25,4 @@ jobs:
25
- name: Find and check markdown files
26
run: |
27
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
28
- find . -type f -name "*.md" ! -path "*/node_modules/*" ! -path "*/openzeppelin*" ! -path "*/murky/*" -exec lychee --accept 200,201,301,302,403,429 --max-retries 5 --max-concurrency 1 --cache --retry-wait-time 30 --exclude-path .lycheeignore --github-token "$GITHUB_TOKEN" {} +
+ find . -type f -name "*.md" ! -name "CHANGELOG.md" ! -path "*/node_modules/*" ! -path "*/openzeppelin*" ! -path "*/murky/*" -exec lychee --accept 200,201,301,302,403,429 --max-retries 5 --max-concurrency 1 --cache --retry-wait-time 30 --exclude-path .lycheeignore --github-token "$GITHUB_TOKEN" {} +
0 commit comments