Skip to content

Commit 3996523

Browse files
Update check-docs.yml
1 parent 8f3ad4e commit 3996523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
pip install -e .
3030
- name: Build documentation
3131
run: |
32+
sudo rm -r -f docs/*
3233
make html
3334
sudo rm -r -f docs/doctrees
3435
mv -v docs/html/* docs/
3536
sudo rm -r -f docs/html
37+
touch .nojekyll
3638
- name: Push changes to remote
3739
run: |
3840
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)