diff --git a/app/build.gradle b/app/build.gradle index a72c4fbb68..ec9529230f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"