Skip to content

Commit

Permalink
sync changes:
Browse files Browse the repository at this point in the history
- M  deploy.sh

- M  site/deploy.sh
  • Loading branch information
elimelt committed Jan 3, 2025
1 parent 49b5843 commit 4367196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ log_message() {
# Function to generate commit message based on git status
generate_commit_message() {
local changes=$(git status --short)
echo "Auto: $(echo "$changes" | head -n 3 | sed 's/^/\n- /')"
echo "sync changes: $(echo "$changes" | head -n 3 | sed 's/^/\n- /')"
}

# Change to the repository directory
Expand Down
2 changes: 1 addition & 1 deletion site/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ log_message() {
# Function to generate commit message based on git status
generate_commit_message() {
local changes=$(git status --short)
echo "Auto: $(echo "$changes" | head -n 3 | sed 's/^/\n- /')"
echo "sync changes: $(echo "$changes" | head -n 3 | sed 's/^/\n- /')"
}

# Change to the repository directory
Expand Down

0 comments on commit 4367196

Please sign in to comment.