remove unecessary git config from github actions

This commit is contained in:
Niko Lockenvitz 2020-05-30 16:57:40 +02:00
parent 67471d37b6
commit 3b85440ba6

View file

@ -14,8 +14,6 @@ jobs:
- name: Install and Build
run: |
git config user.email "gh-pages-deploy@nikolockenvitz.de"
git config user.name "Niko Lockenvitz"
npm install
npm run build