Fix issue with script running

This commit is contained in:
Serhii Londar 2018-11-15 01:02:16 +02:00
parent 773e2c20e6
commit e356038bcd
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ script:
- danger
after_success:
- swift ./.github/ReadmeGenerator.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
email: false