1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 22:40:19 +02:00

Update deployment workflow

This commit is contained in:
Kamran Ahmed
2021-12-02 17:47:15 +01:00
committed by GitHub
parent 70396b8eca
commit 4fc16ad5f1

View File

@@ -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"