From b998d21810a7392494ee454d8903179224185261 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:05:22 -0600 Subject: [PATCH] ci: do not cache clone between builds --- .github/workflows/build_docs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 7105287..eca2563 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -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