Skip to content

Commit 4ce0b05

Browse files
committed
Fix CI (attempt #1)
1 parent 66e252a commit 4ce0b05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
curl -LsSf https://github.com/badboy/mdbook-mermaid/releases/download/$tag/mdbook-mermaid-$tag-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
2121
echo $(pwd) >> $GITHUB_PATH
2222
- run: mdbook build
23+
- name: Configure git
24+
run: |
25+
git config --global http.postBuffer 50000000
26+
git config --global https.postBuffer 50000000
2327
- uses: rust-lang/simpleinfra/github-actions/static-websites@master
2428
with:
2529
deploy_dir: book

0 commit comments

Comments
 (0)