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