Move CNAME to gh-pages

This commit is contained in:
ligi 2021-07-05 01:21:50 +02:00
parent ef29a7e7d0
commit c929af03db
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
2 changed files with 2 additions and 1 deletions

1
CNAME
View File

@ -1 +0,0 @@
chainid.network

View File

@ -73,6 +73,8 @@ private fun createOutputFiles() {
</html> </html>
""".trimIndent() """.trimIndent()
) )
File(buildPath, "CNAME").writeText("chainid.network")
} }
private fun doChecks(doRPCConnect: Boolean) { private fun doChecks(doRPCConnect: Boolean) {