From 07f469648319f9c4b8bd3c2e76220a2ea0423d8d Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Fri, 28 May 2021 11:30:41 -0700 Subject: [PATCH] Add identity to documentation Action --- .github/workflows/documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c58279a..4f47cfb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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