This commit is contained in:
Otto Winter 2018-08-27 16:20:22 +02:00
parent d22b96b983
commit 6e6529b925
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,6 @@ build:
- esphomedocs
script:
- make html
artifacts:
paths:
- _build/html
deploy:
stage: deploy
@ -26,5 +23,8 @@ deploy:
- git worktree add _build/html
- make deploy
- git -C _build/html push git@github.com:OttoWinter/esphomedocs.git:gh-pages
artifacts:
paths:
- _build/html
only:
- current

View File

@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
SOURCEDIR = .
BUILDDIR = _build
ESPHOMELIB_PATH = ../esphomelib
ESPHOMELIB_TAG = tags/v1.7.0
ESPHOMELIB_TAG = v1.7.0
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)