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 d2e903e commit 9c13dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,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 9c13dcc

Please sign in to comment.