remove unecessary git config from github actions
This commit is contained in:
parent
67471d37b6
commit
3b85440ba6
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deploy-gh-pages.yml
vendored
2
.github/workflows/deploy-gh-pages.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue