testing workflow

This commit is contained in:
mouazkh
2026-03-19 00:04:01 +03:00
parent cfe30c881f
commit f56f417ca6

View File

@ -9,7 +9,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
@ -34,4 +33,3 @@ steps:
sudo cp -r dist/* /var/www/html/
sudo chown -R www-data:www-data /var/www/html/
sudo systemctl reload nginx
```