From 3d9a5d14143f0c3de53de111ea0c71de01d262ee Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 7 Nov 2024 12:08:24 -0600 Subject: [PATCH] FIX: Stop caching the doc env --- .github/workflows/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index a1c9cf00ff..2442420c59 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -25,7 +25,7 @@ jobs: environment-file: doc/environment.yml micromamba-version: '2.0.0-0' environment-name: pyart-docs - cache-downloads: true + cache-downloads: false - name: Fetch all history for all tags and branches run: |