From e55d975426509b55a3f64a8987d2dce9bb6e0e76 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 3 Jan 2020 23:42:37 -0600 Subject: [PATCH] Fix 2 Actions doc gen --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fc1add83..8d0e23ce 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,10 +17,10 @@ jobs: runs-on: windows-latest steps: - name: Configure Git - run: - - git config --global core.autocrlf true - - git config --global user.email ${{ github.actor }}@users.noreply.github.com - - git config --global user.name ${{ github.actor }} + run: | + git config --global core.autocrlf true + git config --global user.email ${{ github.actor }}@users.noreply.github.com + git config --global user.name ${{ github.actor }} - name: Checkout branch uses: actions/checkout@v2 - name: Checkout submodules