Skip to content

Commit e57247f

Browse files
committed
Fix build
1 parent b5ffffe commit e57247f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- git worktree add _build/html gh-pages
1818
- make ../esphomelib
1919
- make html
20+
- make convertimages
2021
- git -C _build/html add --all
2122
- git -C _build/html commit -m "Deploy to gh-pages"
2223
- git -C _build/html push -f git@github.com:${TARGET_REPO}.git gh-pages

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ $(ESPHOMELIB_PATH):
3535
convertimages:
3636
python3 svg2png.py
3737

38-
deploy: cleanhtml doxyg html $(ESPHOMELIB_PATH) convertimages
39-
git -C "$(BUILDDIR)/html" add --all && git -C "$(BUILDDIR)/html" commit -m "Deploy to gh-pages"
40-
@printf "Run \033[0;36mcd $(BUILDDIR)/html && git push origin gh-pages\033[0m to deploy\n"
41-
4238
help:
4339
$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
4440

0 commit comments

Comments
 (0)