Skip to content

Commit

Permalink
Merge pull request #6 from ImperialCollegeLondon/fix-cache
Browse files Browse the repository at this point in the history
Fix Mathlib search after caching
  • Loading branch information
utensil authored Dec 2, 2023
2 parents 83b442f + 90a1df8 commit 02a3c43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
.lake/build/doc/Lean
.lake/build/doc/Std
.lake/build/doc/Mathlib
key: DocGen4-${{ hashFiles('lake-manifest.json') }}
.lake/build/doc/declarations
key: MathlibDoc-${{ hashFiles('lake-manifest.json') }}
restore-keys: |
DocGen4-
MathlibDoc-
- name: Build documentation
run: ~/.elan/bin/lake -Kenv=dev build FLT:docs
Expand Down

0 comments on commit 02a3c43

Please sign in to comment.