From 333cddce282aa54dab754e1036066ab39b7f3c2f Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:52:07 +0300 Subject: [PATCH] Web: Fix wrong path added to Git in build workflow Reverts the final part remaining of 37d61aea7e133fa4c098db7ddc93e8567c8ab228. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1582890..e53402c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,6 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com # Commit and push - git add docs + git add . git commit -m "Update files" git push