diff --git a/SpotifyAPI.Docs/docs.cmd b/SpotifyAPI.Docs/docs.cmd index 2abc9877..6fb99562 100644 --- a/SpotifyAPI.Docs/docs.cmd +++ b/SpotifyAPI.Docs/docs.cmd @@ -1,8 +1,9 @@ if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" ( - echo Pushing docs... + echo Building docs... pip install mkdocs cd ./SpotifyAPI.Docs mkdocs build + cd .. ) else ( echo Skipping doc build )