home/buildAndPush.sh
Aaron Langham 436f968303 Add README
2023-11-29 12:30:04 +00:00

11 lines
144 B
Bash
Executable File

#! /usr/bin/bash
echo "Enter Commit Comment"
read comment
bundle exec jekyll build
git add -A
git commit -m $comment
git push -u origin main