aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 0f377489df8..b99c0ab8789 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -27,6 +27,7 @@ jobs:
- name: Upload docs
run: |
cd target/doc
+ git config --global init.defaultBranch main
git init
git add .
git -c user.name="Workflow" -c user.email="" \