From 9c13dccec56143fa1476c05450be94cfa3844255 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:22:48 +0200 Subject: [PATCH] Update blueprint.yml --- .github/workflows/blueprint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index d1cd5a0..17a0531 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -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