Skip to content

Commit

Permalink
Update docs-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanin-rf committed Dec 18, 2023
1 parent af032cd commit f95620e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Pushing 'docs'
run: |
cd site
git config --global user.name "Romanin"
git config --global user.email "[email protected]"
git commit -m "Update docs"
git push
cd ..

0 comments on commit f95620e

Please sign in to comment.