test
This commit is contained in:
parent
715286befb
commit
6aafe1b423
10
_site/buildAndPush.sh
Executable file
10
_site/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
|
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…
Reference in New Issue
Block a user