mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +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_PULL_REQUEST_NUMBER%" == "" (
|
||||||
if "%APPVEYOR_REPO_BRANCH%" == "master" (
|
if "%APPVEYOR_REPO_BRANCH%" == "master" (
|
||||||
echo Building docs...
|
echo Building docs...
|
||||||
pip install mkdocs
|
pip install 'mkdocs<=0.16.3'
|
||||||
|
|
||||||
cd ./SpotifyAPI.Docs
|
cd ./SpotifyAPI.Docs
|
||||||
mkdocs build --clean
|
mkdocs build --clean
|
||||||
|
Loading…
Reference in New Issue
Block a user