From 90245869bfa22c54780cf02883f505e0a14b8e7e Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:13:19 +0200 Subject: [PATCH] try fix CI ? --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3761995..d0570f4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,6 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git config --global --add safe.directory /github/workspace - name: Fetch run: git fetch - name: Rebase @@ -28,6 +27,7 @@ jobs: - name: Commit files run: | echo ${{ github.ref }} + git config --global --add safe.directory /github/workspace git add docs git commit -m "CI: Automated build push" -a | exit 0 - name: Force push to destination branch