cv/buildAndPush.sh

11 lines
144 B
Bash
Raw Permalink Normal View History

2023-11-27 11:00:10 +00:00
#! /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