mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 15:36:26 +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
|
||
|
)
|