From 0c46c0ab0d3fb0232a33520ddd7a974f4424480c Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 22 Mar 2024 08:25:42 +0530 Subject: [PATCH] ipd pipeline --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f259486..2d363dca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile - - name: Test build website + - name: Test build documents run: yarn build deploy: if: github.event_name != 'pull_request' @@ -43,7 +43,7 @@ jobs: env: USE_SSH: true run: | - git config --global user.email "actions@github.com" - git config --global user.name "gh-actions" + git config --global user.email "src.eshan@gmail.com" + git config --global user.name "eshanized" yarn install --frozen-lockfile yarn deploy \ No newline at end of file