fix(pages): remove uv cache glob that broke on missing uv.lock

astral-sh/setup-uv enable-cache defaults to keying off uv.lock, which
this repo intentionally gitignores, so every push to main since
2026-06-17 failed at the cache step before the build ever ran.
This commit is contained in:
Luong NGUYEN
2026-07-01 07:59:03 +02:00
parent d4243d9c7b
commit ce10c70054
-2
View File
@@ -30,8 +30,6 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Cache vendor assets
uses: actions/cache@v4