1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Added update FAQ task

This commit is contained in:
M66B 2023-08-06 07:38:07 +02:00
parent 94b1e83a14
commit 21734def67

View file

@ -370,6 +370,11 @@ task copyChangelog(type: Copy) {
preBuild.dependsOn copyChangelog
task updateFAQ(type: Exec) {
workingDir "${rootDir}"
commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FAQ FairEmail" FAQ.md -o index.html'
}
task downloadPSL(type: Download) {
// https://github.com/michel-kraemer/gradle-download-task
src "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"