Add identity to documentation Action
This commit is contained in:
parent
393b0472de
commit
07f4696483
1 changed files with 4 additions and 1 deletions
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue