From e14b93a3b7fc73df3a0fe6e3733e77a192f32361 Mon Sep 17 00:00:00 2001 From: Geovanni Perez Date: Tue, 2 May 2017 10:33:31 -0500 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 498c3d470..5fc3b7be5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,8 +43,8 @@ after_build: git clone https://github.com/unosquare/ffmediaelement.git -b gh-pages origin_site -q Copy-Item origin_site/.git _site -recurse - Copy-Item README.html index.html -force CD _site + Copy-Item README.html index.html -force git add -A 2>&1 git commit -m "Documentation update" -q git push origin gh-pages -q