mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Another check for branches
This commit is contained in:
parent
70282859a4
commit
01a9069422
@ -1,4 +1,5 @@
|
||||
if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
|
||||
if "%APPVEYOR_REPO_BRANCH%" == "master" (
|
||||
echo Building docs...
|
||||
pip install mkdocs
|
||||
|
||||
@ -20,6 +21,7 @@ if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
|
||||
git push -fq origin gh-pages
|
||||
|
||||
cd ../../../
|
||||
)
|
||||
) else (
|
||||
echo Skipping doc build
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user