Skip to content

Commit

Permalink
Update blueprint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Sep 27, 2024
1 parent b4b268d commit 68159cc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
.lake/build/doc/declarations
.lake/build/doc/find
.lake/build/doc/*.*
#!.lake/build/doc/declarations/declaration-data-InfinityCosmos*
key: MathlibDoc-${{ hashFiles('lake-manifest.json') }}
restore-keys: MathlibDoc-

Expand Down Expand Up @@ -89,10 +88,10 @@ jobs:
- name: Copy API documentation to `home_page/docs`
run: cp -r .lake/build/doc home_page/docs

# - name: Remove unnecessary lake files from documentation in `home_page/docs`
# run: |
# find home_page/docs -name "*.trace" -delete
# find home_page/docs -name "*.hash" -delete
- name: Remove unnecessary lake files from documentation in `home_page/docs`
run: |
find home_page/docs -name "*.trace" -delete
find home_page/docs -name "*.hash" -delete
- name: Bundle dependencies
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 68159cc

Please sign in to comment.