From 6aafe1b4230d38782ae656c1bf2bedddab1efe43 Mon Sep 17 00:00:00 2001 From: Aaron Langham Date: Mon, 27 Nov 2023 11:00:10 +0000 Subject: [PATCH] test --- _site/buildAndPush.sh | 10 ++++++++++ buildAndPush.sh | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100755 _site/buildAndPush.sh create mode 100755 buildAndPush.sh 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