From 6e6529b925a99f861c61f17c2ea0ad9076f1008d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 27 Aug 2018 16:20:22 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2d00b5aa..5511a930e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Makefile b/Makefile index 391f5b30d..99704bb8e 100644 --- a/Makefile +++ b/Makefile @@ -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)