This commit is contained in:
Aaron Langham 2023-11-27 11:00:10 +00:00
parent 715286befb
commit 6aafe1b423
2 changed files with 20 additions and 0 deletions

10
_site/buildAndPush.sh Executable file
View File

@ -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

10
buildAndPush.sh Executable file
View File

@ -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