Create .nojekyll file to make sure github picks index.html (#524)

This commit is contained in:
ligi 2021-10-30 01:44:58 +02:00 committed by GitHub
parent b46de65044
commit c7b49c5867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ private fun createOutputFiles() {
""".trimIndent()
)
File(buildPath, ".nojekyll").createNewFile()
File(buildPath, "CNAME").writeText("chainid.network")
}