Skip to content

Commit 6f45e8a

Browse files
committed
Use new mdbook-linkcheck download URL in CI
1 parent fa31c67 commit 6f45e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# FIXME: Keep this up to date
3737
- name: Install mdbook-linkcheck
3838
run: | # `-L` because GitHub performs a redirection
39-
curl -L -o mdbook-linkcheck.zip "https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v${MDBOOK_LINKCHECK_VER}/mdbook-linkcheck.v${MDBOOK_LINKCHECK_VER}.x86_64-unknown-linux-gnu.zip"
39+
curl -L -o mdbook-linkcheck.zip "https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v${MDBOOK_LINKCHECK_VER}/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip"
4040
unzip mdbook-linkcheck.zip mdbook-linkcheck
4141
chmod +x mdbook-linkcheck
4242

0 commit comments

Comments
 (0)