From a8c87f9913172d237dba4922ecb55e9e4501160e Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:56:50 +0300 Subject: [PATCH] Web: Change into the correct directory before committing --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e53402c..fbbcb12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com # Commit and push + cd pages git add . git commit -m "Update files" git push