How can Bevy's documentation be improved?
Multiple locations say that the key creation for cache-restore is done on validation-jobs.yml but the code that does that is now found on update-caches.yml
Example
|
# See .github/workflows/validation-jobs.yml for how keys are generated |
|
restore-keys: | |
|
${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}- |
|
${{ runner.os }}-stable-- |