From 27a0b455de042e6ee7a0ee343ec2ccea3d635f41 Mon Sep 17 00:00:00 2001 From: Sourasish Basu <89185962+SourasishBasu@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:08:01 +0530 Subject: [PATCH] Update github-actions-ec2.yml --- .github/workflows/github-actions-ec2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \;