Skip to content

Commit

Permalink
CI: cache more docs (#264)
Browse files Browse the repository at this point in the history
* CI: cache more docs
The current list is very outdated.

* simplify the path cache globs
  • Loading branch information
YaelDillies authored Dec 2, 2024
1 parent 6852b3a commit 177921c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit 177921c

Please sign in to comment.