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;