Skip to content

Commit 29b14dc

Browse files
committed
changes to sphinx workflow to remove source files
1 parent 8318939 commit 29b14dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
- name: Sphinx build
3131
run: |
32+
rm -rf docs/source/
3233
sphinx-apidoc -o docs/source piqture
3334
sphinx-build docs/source docs/_build/html
3435

0 commit comments

Comments
 (0)