Skip to content

Commit a87dffe

Browse files
author
Shiran Rubin
committed
fix old plugins and lychee prefix
1 parent c7f64e4 commit a87dffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: "recursive"
2121
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2222
- name: Setup Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.7"
2626
architecture: "x64"

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ exclude = [
102102
exclude_path = []
103103

104104
# URLs to check (supports regex). Has preference over all excludes.
105-
include = [".*/docs/.*\\.md"]
105+
include = [".*//docs//.*\\.md"]
106106

107107
# Exclude all private IPs from checking.
108108
# Equivalent to setting `exclude_private`, `exclude_link_local`, and

0 commit comments

Comments
 (0)