Skip to content

Commit 6a7e71a

Browse files
committed
fix: Add -o flag to unzip command to force overwrite
The mdbook-linkcheck zip contains a README.md that was causing an interactive prompt during CI, leading to build failures.
1 parent 0907061 commit 6a7e71a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install mdbook-linkcheck
3939
run: |
4040
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
41+
unzip -q -o linkcheck.zip
4242
chmod +x mdbook-linkcheck
4343
sudo mv mdbook-linkcheck /usr/local/bin/
4444

0 commit comments

Comments
 (0)