Skip to content

Commit

Permalink
Adding author information.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Nov 24, 2023
1 parent 4d792dc commit 70d9bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: |
NUMBER_CHANGES=$(git status -s | wc -l)
if [[ $NUMBER_CHANGES -gt 0 ]]; then
git config --global user.email "[email protected]"
git config --global user.name "Gary Bot"
git add -A
git commit -m "Update website to $SERVER_SHA"
git push origin gh-pages
Expand Down

0 comments on commit 70d9bc8

Please sign in to comment.