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 6, 2024
1 parent 7fc5903 commit 42db139
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
restore-keys: |
MathlibDoc- # Cache Mathlib documentation to save rebuild time
- name: Cache documentation build artifacts
uses: actions/cache@v3
with:
path: .lake/build
key: build-artifacts-${{ runner.os }}-${{ hashFiles('lake-manifest.json') }}
restore-keys: |
build-artifacts-
# - name: Cache documentation build artifacts
# uses: actions/cache@v3
# with:
# path: .lake/build
# key: build-artifacts-${{ runner.os }}-${{ hashFiles('lake-manifest.json') }}
# restore-keys: |
# build-artifacts-

- name: Build documentation
run: ~/.elan/bin/lake -Kenv=dev build BonnAnalysis:docs # Build project documentation
Expand Down

0 comments on commit 42db139

Please sign in to comment.