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 5, 2024
1 parent 64da785 commit 1130a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
sudo chown -R runner docs
cp -r .lake/build/doc docs/docs # Copy the built documentation to the correct directory
- name: Clear cached documentation files
run: rm -rf .lake/build/doc/* # Clean up documentation cache to save space
# - name: Clear cached documentation files
# run: rm -rf .lake/build/doc/* # Clean up documentation cache to save space

- name: Bundle dependencies
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 1130a9a

Please sign in to comment.