Skip to content

Commit

Permalink
correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 18, 2019
1 parent 1074b69 commit 0072424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0072424

Please sign in to comment.