We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7c154 commit 73e7492Copy full SHA for 73e7492
publish
@@ -2,7 +2,7 @@
2
hugo
3
sleep 5
4
git add public
5
-git commit
+git commit -m "publised at $(date +'%F')"
6
git subtree split --prefix public -b master # create a local master branch containing the splitted output folder
7
git push -f origin master:master # force the push of the master branch to the remote master branch at origin
8
git branch -D master # delete the local master because you will need it: ref
0 commit comments