Add identity to documentation Action

This commit is contained in:
karashiiro 2021-05-28 11:30:41 -07:00 committed by GitHub
parent 393b0472de
commit 07f4696483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: |
- name: Redeploy documentation
run: |
git config --global user.email "noreply@example.com"
git config --global user.name Documentation
npm install
npm run docs:deploy