Spotify.NET/SpotifyAPI.Docs/docs.cmd
2016-08-20 13:20:52 +02:00

9 lines
163 B
Batchfile

if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
echo Pushing docs...
pip install mkdocs
cd ./SpotifyAPI.Docs
mkdocs build
) else (
echo Skipping doc build
)