mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
Correct command?
This commit is contained in:
parent
1efcb8db90
commit
0993b4c904
@ -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<=0.16.3'
|
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