Skip to content

Commit 47fba48

Browse files
authored
Merge pull request #127 from open-ephys/fix-version-number
Set DocLinkChecker version to 1.19.0
2 parents b6aba38 + 7700773 commit 47fba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dotnet-version: 8.x
2323

2424
- name: Install DocLinkChecker
25-
run: dotnet tool install DocLinkChecker
25+
run: dotnet tool install DocLinkChecker --version 1.19.0
2626

2727
# Check for missing / broken links in the *.md files prior to building the website
2828
- name: Check Documentation Links

0 commit comments

Comments
 (0)