Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2024
1 parent 1640bcd commit 3faaff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/scripts/mkdocs_tx_commit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash

if [[ $(git diff --exit-code mkdocs.yml) ]]; then
git config --global user.email "[email protected]"
git config --global user.name "Geo Ninja"

echo "detected changes in mkdocs.yml"
if [[ ${GITHUB_EVENT} == "pull_request" ]]; then
# on PR push to the same branch
Expand Down

0 comments on commit 3faaff6

Please sign in to comment.