Fix deploy action
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 2m14s
Deploy Sphinx Documentation / deploy (pull_request) Successful in 1m56s

This commit is contained in:
2025-08-25 14:16:22 +08:00
parent bba803f053
commit dfe1b5cbcd
-2
View File
@@ -61,8 +61,6 @@ jobs:
rm -rf /var/www/docs_dev/* rm -rf /var/www/docs_dev/*
cp -r build/* /var/www/docs_dev/ cp -r build/* /var/www/docs_dev/
chown -R www-data:www-data /var/www/docs_dev/
chmod -R 755 /var/www/docs_dev/
echo "✓ Documentation deployed" echo "✓ Documentation deployed"