Add README
This commit is contained in:
commit
436f968303
10
buildAndPush.sh
Executable file
10
buildAndPush.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user