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 a5d3c7d commit 1426eca
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 @@ -37,6 +37,9 @@ jobs:
run: |
sudo chown $USER _build -R
echo "www.rbnicsproject.org" > _build/html/CNAME
- name: Remove unnecessary .doctrees folder
run: |
rm -rf _build/html/.doctrees
- name: Deploy to GitHub pages
if: github.repository == 'RBniCS/rbnicsproject.org' && github.ref == 'refs/heads/main'
run: |
Expand Down

0 comments on commit 1426eca

Please sign in to comment.