pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
839 stars 361 forks source link

Automate deployment - including compilation of static assets #1064

Open fredden opened 7 months ago

fredden commented 7 months ago

When contributing to this repository, I have found that there are often merge conflicts with the compiled assets. This pull request eliminates such issues by removing the compiled files from the repository, and instead moves the compilation step to the deployment workflow.

In order to complete this work, the source for GitHub Pages should be updated from "deploy from a branch" to "GitHub Actions". This can be found here: https://github.com/pmotschmann/Evolve/settings/pages

Screenshot_2024-02-13_11-40-34