mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Executive permissions for the docs build script
This commit is contained in:
parent
0fe6b44795
commit
8a7e1c4f63
2
SpotifyAPI.Docs/docs.sh
Normal file → Executable file
2
SpotifyAPI.Docs/docs.sh
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]; then
|
||||
if [ "$APPVEYOR_REPO_BRANCH" = "master" ]; then
|
||||
echo "Building docs..."
|
||||
|
Loading…
Reference in New Issue
Block a user