From e57247fc38cee8d296a8d481d3c07e2bd2356094 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 19 Nov 2018 19:05:59 +0100 Subject: [PATCH] Fix build --- .gitlab-ci.yml | 1 + Makefile | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b1332c41..13efcdb7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Makefile b/Makefile index 38777a2e6..dcee9b3c0 100644 --- a/Makefile +++ b/Makefile @@ -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)