We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0907061 commit 6a7e71aCopy full SHA for 6a7e71a
1 file changed
.github/workflows/docs.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install mdbook-linkcheck
39
run: |
40
curl -sSL https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest/download/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip -o linkcheck.zip
41
- unzip -q linkcheck.zip
+ unzip -q -o linkcheck.zip
42
chmod +x mdbook-linkcheck
43
sudo mv mdbook-linkcheck /usr/local/bin/
44
0 commit comments