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