We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f64e4 commit a87dffeCopy full SHA for a87dffe
.github/workflows/mkdocs.yml
@@ -20,7 +20,7 @@ jobs:
20
submodules: "recursive"
21
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
22
- name: Setup Python
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
24
with:
25
python-version: "3.7"
26
architecture: "x64"
lychee.toml
@@ -102,7 +102,7 @@ exclude = [
102
exclude_path = []
103
104
# URLs to check (supports regex). Has preference over all excludes.
105
-include = [".*/docs/.*\\.md"]
+include = [".*//docs//.*\\.md"]
106
107
# Exclude all private IPs from checking.
108
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
0 commit comments