OMMIT_TITLE
This commit is contained in:
parent
9ed8d80fde
commit
d41c03fea7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -10,5 +10,6 @@ build:
|
||||||
publish: clean build
|
publish: clean build
|
||||||
git add .
|
git add .
|
||||||
git status
|
git status
|
||||||
git commit -m "Page Update `$(date +'%F %r')`"
|
export COMMIT_TITLE="Page Update $(date +%F %r)"
|
||||||
|
git commit -m "$COMMIT_TITLE"
|
||||||
git push
|
git push
|
Loading…
Add table
Add a link
Reference in a new issue