Enable uv cache in Pages workflow with bin/ dependency tracking
change nlymmsyuxrtyprllnpwtvspwtklqoqxq
commit 73340f2148b12b003c1ddab78346868365ffc9e4
author Alpha Chen <alpha@kejadlen.dev>
date
parent xutkxsov
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 2354a3c..c27b0cf 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -28,6 +28,9 @@ jobs:
 
       - name: Install uv
         uses: astral-sh/setup-uv@v5
+        with:
+          enable-cache: true
+          cache-dependency-glob: "bin/*"
 
       - name: Generate pages
         run: bundle exec rake html