mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Updated docs.cmd
This commit is contained in:
parent
8bee9f2127
commit
25e126b0f1
@ -1,8 +1,9 @@
|
|||||||
if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
|
if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
|
||||||
echo Pushing docs...
|
echo Building docs...
|
||||||
pip install mkdocs
|
pip install mkdocs
|
||||||
cd ./SpotifyAPI.Docs
|
cd ./SpotifyAPI.Docs
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
cd ..
|
||||||
) else (
|
) else (
|
||||||
echo Skipping doc build
|
echo Skipping doc build
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user