Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 16, 2024
1 parent a050b79 commit 166362a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
.lake/build/doc/Mathlib
.lake/build/doc/declarations
!.lake/build/doc/declarations/declaration-data-Carleson*
key: MathlibDoc-${{ hashFiles('lake-manifest.json') }}
key: MathlibDoc-1
#${{ hashFiles('lake-manifest.json') }}
#restore-keys: MathlibDoc-

- name: Build project documentation
Expand Down Expand Up @@ -122,5 +123,5 @@ jobs:
id: deployment
uses: actions/deploy-pages@v1

- name: Make sure the cache works
run: mv docs/docs .lake/build/doc
# - name: Make sure the cache works
# run: mv docs/docs .lake/build/doc

0 comments on commit 166362a

Please sign in to comment.