From 177921c1f72b3dc43e87027a656592e08cc5c645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20Dillies?= Date: Mon, 2 Dec 2024 19:14:34 +0000 Subject: [PATCH] CI: cache more docs (#264) * CI: cache more docs The current list is very outdated. * simplify the path cache globs --- .github/workflows/blueprint.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index f23832a9..005b61c2 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -75,13 +75,7 @@ jobs: uses: actions/cache@v4 with: path: | - .lake/build/doc/Init - .lake/build/doc/Lake - .lake/build/doc/Lean - .lake/build/doc/Std - .lake/build/doc/Mathlib - .lake/build/doc/declarations - !.lake/build/doc/declarations/declaration-data-FLT* + .lake/build/doc key: MathlibDoc-${{ hashFiles('lake-manifest.json') }} restore-keys: | MathlibDoc-