From b10b07f2d162f37139a1455de7b4523618ebee84 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 13 Oct 2018 21:39:18 +0200 Subject: [PATCH] Fix build --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d7f1f176..bc9788752 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ build: tags: - esphomedocs script: + - make ../esphomelib - make html except: - current @@ -22,6 +23,7 @@ deploy: script: - git fetch --force git@github.com:OttoWinter/esphomedocs.git gh-pages:gh-pages - git worktree add _build/html gh-pages + - make ../esphomelib - make deploy - git -C _build/html push git@github.com:OttoWinter/esphomedocs.git gh-pages artifacts: