diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 1557621f..fde3bbbf 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -27,9 +27,9 @@ jobs: node-version: '14.x' - name: Configure Git - run: | - git config user.name "GitHub Action" - git config user.email "action@github.com" + run: | + git config user.name "GitHub Action" + git config user.email "action@github.com" - name: Install npm dependencies in docs run: cd docs && npm install