Page Update
This commit is contained in:
parent
d41c03fea7
commit
349c29eb76
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -10,6 +10,5 @@ build:
|
||||||
publish: clean build
|
publish: clean build
|
||||||
git add .
|
git add .
|
||||||
git status
|
git status
|
||||||
export COMMIT_TITLE="Page Update $(date +%F %r)"
|
git commit -m "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