diff --git a/.github/workflows/github-actions-ec2.yml b/.github/workflows/github-actions-ec2.yml index a022c80..425bedc 100644 --- a/.github/workflows/github-actions-ec2.yml +++ b/.github/workflows/github-actions-ec2.yml @@ -34,4 +34,4 @@ jobs: sudo apt-get install -y apache2 sudo systemctl enable --now apache2 cd home - find . -type f -not -name README.md -exec cp {} /var/www/html \; + sudo find . -type f -not -name README.md -exec cp {} /var/www/html \;