From 0ab51088e2139901c0e2ff00d92b340b0c958f54 Mon Sep 17 00:00:00 2001
From: Kenny Lajara <kennylajara@gmail.com>
Date: Tue, 25 Jun 2024 13:49:56 -0400
Subject: [PATCH] ci: update host_docs.yaml

---
 .github/workflows/host_docs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/host_docs.yaml b/.github/workflows/host_docs.yaml
index c7bd498..1b912d2 100644
--- a/.github/workflows/host_docs.yaml
+++ b/.github/workflows/host_docs.yaml
@@ -45,7 +45,7 @@ jobs:
           git branch -m master main
           touch .nojekyll
           git add -A
-          git config --global init.defaultBranch master
+          git config --local init.defaultBranch master
           git config --local user.email "action@github.com"
           git config --local user.name "GitHub Action"
           git config --system --add safe.directory /github/workspace/docs/build/html