Skip to content

Commit

Permalink
Update docs-publing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanin-rf committed Dec 18, 2023
1 parent 3768051 commit 42b9134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42b9134

Please sign in to comment.