Fix build

This commit is contained in:
Otto Winter 2018-11-19 19:05:59 +01:00
parent b5ffffe955
commit e57247fc38
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 1 additions and 4 deletions

View File

@ -17,6 +17,7 @@
- git worktree add _build/html gh-pages
- make ../esphomelib
- make html
- make convertimages
- git -C _build/html add --all
- git -C _build/html commit -m "Deploy to gh-pages"
- git -C _build/html push -f git@github.com:${TARGET_REPO}.git gh-pages

View File

@ -35,10 +35,6 @@ $(ESPHOMELIB_PATH):
convertimages:
python3 svg2png.py
deploy: cleanhtml doxyg html $(ESPHOMELIB_PATH) convertimages
git -C "$(BUILDDIR)/html" add --all && git -C "$(BUILDDIR)/html" commit -m "Deploy to gh-pages"
@printf "Run \033[0;36mcd $(BUILDDIR)/html && git push origin gh-pages\033[0m to deploy\n"
help:
$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)