From 150e10dbd55c831c1452f10ea55244dae8abff3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 25 Sep 2017 16:37:42 +0200 Subject: [PATCH] Remove the docfx.console.2.24.0 folder to ensure it's not added to the published site --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8fa0266..441377d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,8 +23,9 @@ after_build: git config --global user.email $env:op_build_user_email git config --global user.name $env:op_build_user git clone https://github.com/openiddict/openiddict-documentation.git -b gh-pages origin_site -q - Copy-Item origin_site/.git _site -recurse + Copy-Item origin_site/.git _site -Recurse CD _site + Remove-Item docfx.console.2.24.0 -Force -Recurse git add -A 2>&1 git commit -m "Update the documentation pages" -q git push origin gh-pages -q