clean the folder first
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
1
.github/workflows/generate-docs.yml
vendored
1
.github/workflows/generate-docs.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
- name: Generate the docs
|
- name: Generate the docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
rm -rf docs/html
|
||||||
poetry install
|
poetry install
|
||||||
for f in `poetry run python -m pydoc -k kittycad | awk '{ print $1}'`; do poetry run python -m pydoc -w $f; done
|
for f in `poetry run python -m pydoc -k kittycad | awk '{ print $1}'`; do poetry run python -m pydoc -w $f; done
|
||||||
mkdir -p docs/html
|
mkdir -p docs/html
|
||||||
|
|||||||
Reference in New Issue
Block a user