From 007242465eb9b9816846dbcf329ea254cd4d7340 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Fri, 18 Oct 2019 14:58:35 +0200 Subject: [PATCH] correct dir --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59db9775d..33a57b895 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -118,7 +118,7 @@ jobs: cd .. git config --global user.email "bot" git config --global user.name "Documentation Bot" - git clone --single-branch --branch gh-pages git@github.com:QCoDeS/Qcodes_contrib_drivers.git gh-pages + git clone --single-branch --branch gh-pages git@github.com:QCoDeS/Qcodes_contrib_drivers.git gh-pages-dir cd gh-pages-dir && rm -rf ./* cp $(Build.Repository.LocalPath)/docs/_build/html/. . -R