We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8509d commit 3cda2afCopy full SHA for 3cda2af
.github/workflows/push_master.yml
@@ -54,9 +54,11 @@ jobs:
54
- name: Cache documentation
55
uses: actions/cache@v4
56
with:
57
- path: website/docs
58
- key: MathlibDoc-${{ hashFiles('lake-manifest.json') }}
59
- restore-keys: MathlibDoc-
+ path: |
+ website/docs
+ !.website/docs/LeanCamCombi
60
+ key: Doc-${{ hashFiles('lake-manifest.json') }}
61
+ restore-keys: Doc-
62
63
- name: Build documentation
64
run: scripts/build_docs.sh
0 commit comments