Correct command?

This commit is contained in:
Jonas Dellinger 2017-10-27 17:36:20 +02:00
parent 1efcb8db90
commit 0993b4c904

View File

@ -1,7 +1,7 @@
if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" ( if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
if "%APPVEYOR_REPO_BRANCH%" == "master" ( if "%APPVEYOR_REPO_BRANCH%" == "master" (
echo Building docs... echo Building docs...
pip install 'mkdocs<=0.16.3' pip install "mkdocs<=0.16.3"
cd ./SpotifyAPI.Docs cd ./SpotifyAPI.Docs
mkdocs build --clean mkdocs build --clean