Updated docs.cmd - One more ../

This commit is contained in:
AppVeyor Doc Generation 2016-08-25 20:44:12 +02:00
parent f0ecf297d7
commit 70282859a4

View File

@ -19,7 +19,7 @@ if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
git commit -m "Built docs | AppVeyor Build %APPVEYOR_BUILD_NUMBER%"
git push -fq origin gh-pages
cd ../..
cd ../../../
) else (
echo Skipping doc build
)