mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
9 lines
163 B
Batchfile
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
|
|
)
|