ci: remove sudo
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
light7734 2025-08-23 14:58:54 +03:30
parent ab9bf1540b
commit c717e40551
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -110,5 +110,5 @@ steps:
- touch generated/api.rst - touch generated/api.rst
- sphinx-build -M html . . - sphinx-build -M html . .
- sudo rm -rf /light_docs_dev/* - rm -rf /light_docs_dev/*
- sudo mv ./html/* /light_docs_dev/ - mv ./html/* /light_docs_dev/