ci: do not cache clone between builds
This commit is contained in:
parent
6f2a0eab15
commit
b998d21810
|
|
@ -13,10 +13,6 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
key: ${{ github.ref }}
|
||||
path: .cache
|
||||
|
||||
- run: pip install mkdocs-material mike
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue