From c87c409707364260a3c63e000ee8898c64059dca Mon Sep 17 00:00:00 2001 From: Kenny Lajara Date: Tue, 25 Jun 2024 13:33:57 -0400 Subject: [PATCH] ci: allow the temporary repo to use the master branch --- .github/workflows/host_docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/host_docs.yaml b/.github/workflows/host_docs.yaml index 1c7cfc3..ccd59af 100644 --- a/.github/workflows/host_docs.yaml +++ b/.github/workflows/host_docs.yaml @@ -44,6 +44,7 @@ jobs: git init touch .nojekyll git add -A + git config --system 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