From 2611e45342ee4dbebc3a2733c05e659e069a3846 Mon Sep 17 00:00:00 2001 From: Kenny Lajara Date: Tue, 25 Jun 2024 13:47:43 -0400 Subject: [PATCH] Update host_docs.yaml --- .github/workflows/host_docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/host_docs.yaml b/.github/workflows/host_docs.yaml index 31cec20..c7bd498 100644 --- a/.github/workflows/host_docs.yaml +++ b/.github/workflows/host_docs.yaml @@ -40,11 +40,12 @@ jobs: - name: Init new repo in dist folder and commit generated files run: | + cd docs/build/html/ git init git branch -m master main - cd docs/build/html/ touch .nojekyll git add -A + git config --global 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