Skip to content

Commit

Permalink
Add github identity
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeard committed Nov 8, 2024
1 parent 4e76379 commit 474672f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
SUMMARISEAPI: ${{ secrets.SUMMARISEAPI }}
SUMMARISEAPIKEY: ${{ secrets.SUMMARISEAPIKEY }}

- name: Set Git identity
run: |
git config --global user.email "[email protected]"
git config --global user.name "Theunis Cilliers"
- name: Deploy to GitHub Pages
run: |
npx gh-pages -d dist/postreader/browser/
Expand Down

0 comments on commit 474672f

Please sign in to comment.