From beeeb314e3b7acce54047cdcdbcd4e52b9128ecd Mon Sep 17 00:00:00 2001 From: Pelayori <31128562+Pelayori@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:00:24 +0100 Subject: [PATCH] fix syntax error --- .github/workflows/deploy-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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