mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-07-11 23:26:32 +02:00
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:
@@ -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