Dudly01 / pkmn

A tool for estimating the DVs of a Pokémon.
MIT License
0 stars 0 forks source link

Prepare data with `build.rs` #173

Closed Dudly01 closed 11 months ago

Dudly01 commented 11 months ago

The Github Action deploying the project to github pages (#172) encountered an issue. The issue, that the data folder of core is not yet populated with the necessary files. As for now, I want to avoid committing all the files to the repository. Instead I want to commit only the necessary ones and then create the others through some preparing script.

Therefore the goal would be to figure out how to do that exactly.