mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +00:00
Fix issue with script running
This commit is contained in:
parent
773e2c20e6
commit
e356038bcd
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ script:
|
||||||
- danger
|
- danger
|
||||||
after_success:
|
after_success:
|
||||||
- swift ./.github/ReadmeGenerator.swift
|
- swift ./.github/ReadmeGenerator.swift
|
||||||
|
- chmod +x ./.github/deploy.sh
|
||||||
- ./.github/deploy.sh
|
- ./.github/deploy.sh
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
Loading…
Reference in a new issue