Rather than just dumping the HTML files into the repository, create a separate runnable that'll take all that data, and put it into json files, or whatever.
Then, when the bot runs, load the data from those files instead.
Success. This adds an extra step, but it makes the data much cleaner. And now the project correctly identifies as a java project, rather than an HTML project.
Rather than just dumping the HTML files into the repository, create a separate runnable that'll take all that data, and put it into json files, or whatever.
Then, when the bot runs, load the data from those files instead.