From 91ef32722a0b9174466dda60d2b2b1abf72fa38d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 2 Dec 2021 17:47:15 +0100 Subject: [PATCH] Update deployment workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c75456e9..23ada30a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Deployment to GitHub Pages +name: Deployment to GH Pages on: push: branches: [ master ] @@ -22,7 +22,7 @@ jobs: run: | npm run meta npm run build - - name: Deploy to GitHub Pages + - name: Deploy to GH Pages run: | git config user.email "kamranahmed.se@gmail.com" git config user.name "Kamran Ahmed"