From 6c4b4f3aa732f652b8d38644b4e14346c95b7891 Mon Sep 17 00:00:00 2001 From: Alina Hordiienko Date: Fri, 9 Aug 2024 13:09:51 +0400 Subject: [PATCH] =?UTF-8?q?another=20deploy.yml=20update=20=F0=9F=91=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9adb558..4f3cbd0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main # Trigger deployment when pushing to main + - main jobs: build-and-deploy: @@ -23,5 +23,10 @@ jobs: - name: Install dependencies run: npm install + - name: Configure Git + run: | + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" + - name: Build and Deploy run: npm run deploy \ No newline at end of file