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 d112efc commit 3768051
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: |
python -m pip install -U pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Settings for git
run: |
git config --global user.name "Romanin";
git config --global user.email "[email protected]";
- name: Clone `docs`
run: |
git clone -b docs https://github.com/romanin-rf/SeaPlayer.git site;
Expand Down

0 comments on commit 3768051

Please sign in to comment.