Executive permissions for the docs build script

This commit is contained in:
Jonas Dellinger 2020-06-04 18:20:29 +02:00
parent 0fe6b44795
commit 8a7e1c4f63

2
SpotifyAPI.Docs/docs.sh Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/bin/bash
if [ -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]; then if [ -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]; then
if [ "$APPVEYOR_REPO_BRANCH" = "master" ]; then if [ "$APPVEYOR_REPO_BRANCH" = "master" ]; then
echo "Building docs..." echo "Building docs..."