This commit is contained in:
Otto Winter 2018-05-14 22:32:13 +02:00
parent 6ff1ae0019
commit 9bb7955599
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ minifyhtml: html
doxyg:
ESPHOMELIB_PATH=$(ESPHOMELIB_PATH) doxygen Doxygen
deploy: doxyg cleanhtml html minifyhtml
deploy: cleanhtml doxyg html minifyhtml
touch "$(BUILDDIR)/html/.nojekyll"
echo "esphomelib.com" >"$(BUILDDIR)/html/CNAME"
cd "$(BUILDDIR)/html" && git add --all && git commit -m "Deploy to gh-pages"