Skip to content

Commit

Permalink
trying deploy as me
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 48a1258 commit 988e3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
# Publishing implies creating a git commit on the production branch,
# we let @phalconbot own these commits.
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "Phalcon Team Deploy Bot"
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
mike deploy \
Expand Down

0 comments on commit 988e3a2

Please sign in to comment.