From 7ea64e72993dc344c3d04c419012b4b94ebe8f0f Mon Sep 17 00:00:00 2001 From: Michael Jordan Date: Wed, 25 Oct 2023 18:04:57 +0100 Subject: [PATCH] Do not use -r --- .github/workflows/web_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web_build.yml b/.github/workflows/web_build.yml index cde4421..2db6c4b 100644 --- a/.github/workflows/web_build.yml +++ b/.github/workflows/web_build.yml @@ -31,7 +31,7 @@ jobs: - name: Move Output to Directory run: | mkdir distribution - mv -r webApp/build/distributions distribution/ + mv webApp/build/distributions distribution/ # Commit and push the directory to a specified branch (e.g., "output-branch") - name: Commit and Push to Branch