diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 557892d6..62a44d85 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,7 +30,7 @@ build: jobs: post_build: - mkdir -p ${READTHEDOCS_OUTPUT}html/openapi - - cp -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/* ${READTHEDOCS_OUTPUT}html/openapi + - cp -v -r docs/offeredapis/openapitoolgen/offeredapis/pms-api/* ${READTHEDOCS_OUTPUT}html/openapi python: install: |