[automated build commit]

This commit is contained in:
Heydon Pickering 2017-07-03 12:40:21 +01:00
parent 101609b437
commit 9661207a9f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
"build": "rm -rfv public/* && hugo",
"setup": "hugo && git add public",
"host": "rm -rfv public/* hugo && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force"
"host": "rm -rfv public/* && hugo && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force"
},
"repository": {
"type": "git",