1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00

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

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")
}