From 42b91340ec19efdf1d8c30b2e269489873b759c0 Mon Sep 17 00:00:00 2001 From: Romanin <60302782+romanin-rf@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:57:05 +0200 Subject: [PATCH] Update docs-publing.yml --- .github/workflows/docs-publing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docs-publing.yml b/.github/workflows/docs-publing.yml index 175574f..179f8e8 100644 --- a/.github/workflows/docs-publing.yml +++ b/.github/workflows/docs-publing.yml @@ -22,6 +22,10 @@ jobs: run: | python -m pip install -U pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + - name: Settings git + run: | + git config --global user.name github-actions[bot]; + git config --global user.email github-actions[bot]@users.noreply.github.com; - name: Clone `docs` run: | git clone -b docs https://github.com/romanin-rf/SeaPlayer.git site;