Skip to content

Commit f03b6ac

Browse files
Sync with FEM on Colab website: fem-on-colab/fem-on-colab.github.io@574991b
1 parent 0cc6af4 commit f03b6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Fix permissions
4646
run: |
4747
sudo chown $USER _build -R
48+
- name: Remove unnecessary .doctrees folder
49+
run: |
50+
rm -rf _build/html/.doctrees
4851
- name: Check that no releases or notebooks have been deleted
4952
run: |
5053
pushd _build/html

0 commit comments

Comments
 (0)