ci: do not cache clone between builds

This commit is contained in:
Fischer Moseley 2024-10-06 13:05:22 -06:00
parent 6f2a0eab15
commit b998d21810
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: 3.x python-version: 3.x
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material mike - run: pip install mkdocs-material mike