Skip to content

Commit fc279f2

Browse files
committed
Update sphinx-docs workflow
1 parent 0020816 commit fc279f2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ jobs:
2727
2828
- name: Install dependencies for Python client docs
2929
working-directory: ./client/python/projectairsim/docs
30-
run: |
31-
pip install -r requirements.txt
30+
run: pip install -r requirements.txt
3231

3332
- name: Build Python client docs
3433
working-directory: ./client/python/projectairsim/docs
35-
run: make html
34+
run: |
35+
rm -rf build
36+
make html
3637
3738
- name: Build main docs
3839
working-directory: ./docs
39-
run: make html
40+
run: |
41+
rm -rf build
42+
make html
4043
4144
- name: Copy Python client docs into main docs
4245
run: |

0 commit comments

Comments
 (0)