Skip to content

Commit 3cda2af

Browse files
committed
Don't cache own docs
1 parent 9e8509d commit 3cda2af

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/push_master.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ jobs:
5454
- name: Cache documentation
5555
uses: actions/cache@v4
5656
with:
57-
path: website/docs
58-
key: MathlibDoc-${{ hashFiles('lake-manifest.json') }}
59-
restore-keys: MathlibDoc-
57+
path: |
58+
website/docs
59+
!.website/docs/LeanCamCombi
60+
key: Doc-${{ hashFiles('lake-manifest.json') }}
61+
restore-keys: Doc-
6062

6163
- name: Build documentation
6264
run: scripts/build_docs.sh

0 commit comments

Comments
 (0)