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 47b7a46 commit 5c39a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Push `docs`
run: |
cd site;
git config --global user.name "Romanin";
git config --global user.email "[email protected]";
git commit -a -m "Update docs";
git push origin HEAD:docs;
cd ..;

0 comments on commit 5c39a1c

Please sign in to comment.