From 95ad65164c48baabb435663219e748e667f5be2f Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 20 Oct 2018 20:14:31 +0200 Subject: [PATCH] Fix gitlab CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f17ed25c..ff8006985 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,10 +44,10 @@ deploy-beta: - git worktree prune - rm -rf ../esphomelib script: - - git fetch --force git@github.com:OttoWinter/beta.esphomelib.com.git master:gh-pages + - git fetch --force git@github.com:OttoWinter/esphomedocs-beta.git master:gh-pages - git worktree add _build/html gh-pages - make ../esphomelib - make deploy - - git -C _build/html push git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages + - git -C _build/html push git@github.com:OttoWinter/esphomedocs-beta.git gh-pages only: - rc