Skip to content

Commit 73e7492

Browse files
committed
improv publish script
1 parent 7c7c154 commit 73e7492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
hugo
33
sleep 5
44
git add public
5-
git commit
5+
git commit -m "publised at $(date +'%F')"
66
git subtree split --prefix public -b master # create a local master branch containing the splitted output folder
77
git push -f origin master:master # force the push of the master branch to the remote master branch at origin
88
git branch -D master # delete the local master because you will need it: ref

0 commit comments

Comments
 (0)