diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c7af476..657a6d5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -16,4 +16,4 @@ jobs: - name: Deploy to Folder run: | echo "Copying files..." - cp ./src/* /var/sites/cyper.cc/www/html \ No newline at end of file + cp -r ./src/* /var/sites/cyper.cc/www/html \ No newline at end of file