Update deployment workflow

pull/936/head
Kamran Ahmed 3 years ago committed by GitHub
parent 87fba80759
commit 91ef32722a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/deploy.yml

@ -1,4 +1,4 @@
name: Deployment to GitHub Pages name: Deployment to GH Pages
on: on:
push: push:
branches: [ master ] branches: [ master ]
@ -22,7 +22,7 @@ jobs:
run: | run: |
npm run meta npm run meta
npm run build npm run build
- name: Deploy to GitHub Pages - name: Deploy to GH Pages
run: | run: |
git config user.email "kamranahmed.se@gmail.com" git config user.email "kamranahmed.se@gmail.com"
git config user.name "Kamran Ahmed" git config user.name "Kamran Ahmed"

Loading…
Cancel
Save