mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Install correct version of mkdocs
This commit is contained in:
parent
5a4b756d9c
commit
1efcb8db90
@ -1,7 +1,7 @@
|
||||
if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
|
||||
if "%APPVEYOR_REPO_BRANCH%" == "master" (
|
||||
echo Building docs...
|
||||
pip install mkdocs
|
||||
pip install 'mkdocs<=0.16.3'
|
||||
|
||||
cd ./SpotifyAPI.Docs
|
||||
mkdocs build --clean
|
||||
|
Loading…
Reference in New Issue
Block a user