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 f90d487 commit dd4a2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: ~/.elan/bin/lake -Kenv=dev build Carleson:docs # Build project documentation

- name: Clear cached documentation files
run: rm -rf .lake/build/doc/declarations/* # Clean up documentation cache to save space
run: rm -rf .lake/build/doc/declarations/header-data.bmp # Clean up documentation cache to save space

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit dd4a2cf

Please sign in to comment.