Skip to content

Commit aa191b7

Browse files
Copilotyanglbme
andcommitted
fix: configure Git to use HTTP/1.1 to avoid HTTP2 framing errors
Co-authored-by: yanglbme <21008209+yanglbme@users.noreply.github.com>
1 parent a775a89 commit aa191b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
fi
100100
101101
echo "Cloning docs branch ..."
102+
git config --global http.version HTTP/1.1
102103
git clone --depth 1 --branch docs "https://x-access-token:${GH_TOKEN}@github.com/${GH_REPO}.git" docs-cache
103104
cp "$CACHE_FILE" docs-cache/
104105

0 commit comments

Comments
 (0)