mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +00:00
CI Fix
This commit is contained in:
parent
442329d299
commit
8a66f8747a
2 changed files with 4 additions and 0 deletions
2
.github/ReadmeGenerator.swift
vendored
2
.github/ReadmeGenerator.swift
vendored
|
@ -221,6 +221,7 @@ class ReadmeGenerator {
|
||||||
applications = applications.sorted(by: { $0.category < $1.category })
|
applications = applications.sorted(by: { $0.category < $1.category })
|
||||||
|
|
||||||
readmeString.append(header)
|
readmeString.append(header)
|
||||||
|
print("Start iteration....")
|
||||||
|
|
||||||
for category in categories {
|
for category in categories {
|
||||||
readmeString.append(String.enter + String.section + String.space + category.title + String.enter)
|
readmeString.append(String.enter + String.section + String.space + category.title + String.enter)
|
||||||
|
@ -246,6 +247,7 @@ class ReadmeGenerator {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
print("Finish iteration...")
|
||||||
readmeString.append(footer)
|
readmeString.append(footer)
|
||||||
try? readmeString.data(using: .utf8)?.write(to: URL(fileURLWithPath: FilePaths.readme.rawValue))
|
try? readmeString.data(using: .utf8)?.write(to: URL(fileURLWithPath: FilePaths.readme.rawValue))
|
||||||
print("Finish")
|
print("Finish")
|
||||||
|
|
2
.github/deploy.sh
vendored
2
.github/deploy.sh
vendored
|
@ -13,6 +13,8 @@ git checkout readme-generation
|
||||||
git config user.name "serhii-londar"
|
git config user.name "serhii-londar"
|
||||||
git config user.email "serhii.londar@gmail.com"
|
git config user.email "serhii.londar@gmail.com"
|
||||||
|
|
||||||
|
git status
|
||||||
|
|
||||||
echo add readme
|
echo add readme
|
||||||
git add README.md
|
git add README.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue