Mkdocs: Clone all repo

This commit is contained in:
Benoit 2025-02-14 23:04:31 +09:00
parent b7454d5195
commit b84d830d16
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -14,7 +14,7 @@ cd "${WORKSPACE}"
} &
# Clone repo in parallel
git clone --depth 1 "$REPO_URL" "$REPO_DIR" &
git clone "$REPO_URL" "$REPO_DIR" &
wait