[temp] append contact badge to README. To be removed once I can list the contact badge on-page instead if a discord invite

This commit is contained in:
Johannes Frohnmeyer 2022-03-13 15:43:58 +00:00
parent ab36e1f71e
commit 72ca05fa37
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ if (ext.modrinthAvailable) {
}
}
if (readmeFile.exists()) {
syncBodyFrom = readmeFile.text
syncBodyFrom = readmeFile.text + "\n\n[![Contact](https://img.shields.io/badge/-Contact-informational)](https://jfronny.gitlab.io/contact.html)"
}
}
tasks.deployRelease.dependsOn(tasks.modrinth)