Skip to content

Commit

Permalink
trying to commit as me again
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 50a2bd5 commit 0b62994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
# Publishing implies creating a git commit on the production branch,
# we let @phalconbot own these commits.
git config user.name github-actions
git config user.email [email protected]
git config user.name niden
git config user.email [email protected]
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
mike deploy \
--update-aliases \
Expand Down

0 comments on commit 0b62994

Please sign in to comment.