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 0d62571 commit 96152d6
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 @@ -171,6 +171,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 == 'FEMlium/femlium.github.io' && github.event.inputs.reset_github_pages == 'yes'
run: |
Expand Down

0 comments on commit 96152d6

Please sign in to comment.