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 7f70ee5 commit e399f8cCopy full SHA for e399f8c
.github/workflows/build-documentation.yml
@@ -14,6 +14,7 @@ jobs:
14
run: |
15
cd docs
16
git init
17
+ git config http.postBuffer 524288000
18
git add -A
19
git config --local user.email "[email protected]"
20
git config --local user.name "GitHub Action"
0 commit comments