diff --git a/_site/buildAndPush.sh b/_site/buildAndPush.sh new file mode 100755 index 0000000..8361f8e --- /dev/null +++ b/_site/buildAndPush.sh @@ -0,0 +1,10 @@ +#! /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 diff --git a/buildAndPush.sh b/buildAndPush.sh new file mode 100755 index 0000000..8361f8e --- /dev/null +++ b/buildAndPush.sh @@ -0,0 +1,10 @@ +#! /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