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:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user