Skip to content

Commit ce48328

Browse files
classabbyampVaelatern
authored andcommitted
res/ci/format.sh: fix ci for git 2.35.2+
1 parent f18496e commit ce48328

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

res/ci/format.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
git config --global --add safe.directory "$PWD"
4+
35
echo "Checking links"
46
RUST_LOG=linkcheck=debug mdbook-linkcheck -s
57
LINKCHECK=$?

0 commit comments

Comments
 (0)