We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e252a commit 4ce0b05Copy full SHA for 4ce0b05
.github/workflows/ci.yml
@@ -20,6 +20,10 @@ jobs:
20
curl -LsSf https://github.com/badboy/mdbook-mermaid/releases/download/$tag/mdbook-mermaid-$tag-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
21
echo $(pwd) >> $GITHUB_PATH
22
- run: mdbook build
23
+ - name: Configure git
24
+ run: |
25
+ git config --global http.postBuffer 50000000
26
+ git config --global https.postBuffer 50000000
27
- uses: rust-lang/simpleinfra/github-actions/static-websites@master
28
with:
29
deploy_dir: book
0 commit comments