Skip to content

Commit a7be42d

Browse files
itaywolclaude
andauthored
fix(ci): drop pip cache from docs workflow (#35)
setup-python@v6 hard-fails when cache:pip finds no requirements.txt or pyproject.toml to hash (v5 only warned). The docs job installs mkdocs-material inline, so there is nothing to cache — remove the cache key. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 281e806 commit a7be42d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.x"
31-
cache: pip
3231

3332
- name: Install MkDocs Material
3433
run: pip install mkdocs-material

0 commit comments

Comments
 (0)