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 20b6372 commit 3e28a46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Clone `docs`
run: |
git clone -b docs https://github.com/romanin-rf/SeaPlayer.git site;
git clone -b docs git@github.com:romanin-rf/SeaPlayer.git site;
- name: Clearing `docs`
run: |
python clearing.py
Expand All @@ -37,8 +37,6 @@ jobs:
- name: Pushing `docs`
run: |
cd site;
git config --global user.name github-actions[bot];
git config --global user.email github-actions[bot]@users.noreply.github.com;
git commit -a -m "Update docs";
git push;
cd ..;

0 comments on commit 3e28a46

Please sign in to comment.