remove generated directories

This commit is contained in:
light7734 2025-11-03 16:08:07 +03:30
parent 311b20bdf2
commit 0a1bda9573
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -121,11 +121,7 @@ steps:
image: documentation:latest image: documentation:latest
pull: if-not-exists pull: if-not-exists
commands: commands:
- pwd
- cd docs - cd docs
- mkdir generated
- touch generated/changelogs.rst
- touch generated/api.rst
- sphinx-build -M html . . - sphinx-build -M html . .
- rm -rf /light_docs_dev/* - rm -rf /light_docs_dev/*