diff --git a/docs/concepts/cache.md b/docs/concepts/cache.md index edf5b1326635..24ac01fa3462 100644 --- a/docs/concepts/cache.md +++ b/docs/concepts/cache.md @@ -60,4 +60,5 @@ for extension modules. To support this caching strategy, uv provides a `uv cache prune --ci` command, which removes all pre-built wheels from the cache but retains any wheels that were built from source. We recommend running `uv cache prune --ci` at the end of your continuous integration job to ensure maximum cache -efficiency. +efficiency. For an example, see the +[GitHub integration guide](../guides/integration/github/#caching).