Skip to content

Commit 5a26406

Browse files
committed
do not use cache
1 parent f9e0063 commit 5a26406

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-mkdocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.10
21-
- uses: actions/cache@v3
22-
with:
23-
key: ${{ github.ref }}
24-
path: .cache
2521
- run: pip install -r requirements.txt
2622
- run: mkdocs gh-deploy --force
2723

0 commit comments

Comments
 (0)