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 42b9134 commit 20b6372
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
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 All @@ -38,6 +37,8 @@ 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 origin HEAD:docs;
git push;
cd ..;

0 comments on commit 20b6372

Please sign in to comment.