Skip to content

Commit

Permalink
add a git push after the sage theme is built and installed
Browse files Browse the repository at this point in the history
we're unnecessarily waiting because we never actually pushed anything
  • Loading branch information
jazzsequence committed Jun 25, 2024
1 parent f8c1a39 commit 0e737f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ function install_sage_theme() {
# Commit the theme
git add "$sagedir"
git commit -m "[Sage Install] Add the Sage theme ${sagename}."
git push
echo "${green}Sage installed!${normal}"
}

Expand Down

0 comments on commit 0e737f0

Please sign in to comment.