File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 17
17
- git worktree add _build/html gh-pages
18
18
- make ../esphomelib
19
19
- make html
20
+ - make convertimages
20
21
- git -C _build/html add --all
21
22
- git -C _build/html commit -m "Deploy to gh-pages"
22
23
- git -C _build/html push -f git@github.com:${TARGET_REPO}.git gh-pages
Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ $(ESPHOMELIB_PATH):
35
35
convertimages :
36
36
python3 svg2png.py
37
37
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
-
42
38
help :
43
39
$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
44
40
You can’t perform that action at this time.
0 commit comments