Skip to content

Commit

Permalink
fix: add user name and email to fix gh-pages push
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Apr 3, 2020
1 parent 4e813d7 commit 699095a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
- name: Build
run: npm run build:web
- name: Publish github pages
run: npm run gh-pages
run: |
git config --global user.name "github-action"
git config --global user.email "github-action@universaldatatool.com"
npm run gh-pages

0 comments on commit 699095a

Please sign in to comment.