Skip to content

Commit

Permalink
Remove unnecessary .doctrees folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 29, 2023
1 parent 0174af5 commit 69b66b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
- name: Fix permissions
run: |
sudo chown $USER _build -R
- name: Remove unnecessary .doctrees folder
run: |
rm -rf _build/html/.doctrees
- name: Clean up old Github pages branch
if: github.repository == 'multiphenics/multiphenics.github.io' && github.event.inputs.reset_github_pages == 'yes'
run: |
Expand Down

0 comments on commit 69b66b9

Please sign in to comment.