Skip to content

Commit

Permalink
set git user
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 10, 2022
1 parent d129826 commit 0c53b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
rm -r html
rm -r doctrees
touch .nojekyll
git config --local user.email "[email protected]"
git config --local user.name "materialsproject"
git add .
git commit -a -m "update docs"
git push
Expand Down

0 comments on commit 0c53b60

Please sign in to comment.