Browse Source

Fix 2 Actions doc gen

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
56ed04d272
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/docs.yml

+ 4
- 4
.github/workflows/docs.yml View File

@ -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


Loading…
Cancel
Save