diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 15a4784..1e52fb0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: run: | cp README.md ./source/README.md cp LICENSE ./source/LICENSE - cp Pictures ./source/Pictures + cp -r Pictures ./source/Pictures sphinx-apidoc -o source scraibe/ sphinx-build -M html source docs make html