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:
parent
94b1e83a14
commit
21734def67
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue