We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf47c96 commit ee862b9Copy full SHA for ee862b9
publish.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+hugo
3
+git subtree split --prefix public -b master # create a local master branch containing the splitted output folder
4
+git push -f origin master:master # force the push of the master branch to the remote master branch at origin
5
+git branch -D master # delete the local master because you will need it: ref
0 commit comments