From 9bb626c7515d27d0725a401b5dda9e6ba1a29579 Mon Sep 17 00:00:00 2001 From: KRM7 <70973547+KRM7@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:14:50 +0200 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 890f99de..d5888fe7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,13 +17,14 @@ jobs: - name: git-config run: | - git config user.name ${{ github.repository_owner }} - git config user.email ${{ github.repository_owner }}@users.noreply.github.com + git config --global user.name ${{ github.repository_owner }} + git config --global user.email ${{ github.repository_owner }}@users.noreply.github.com - name: update-api-docs uses: actions/checkout@v3 with: ref: gh-pages + fetch-depth: 0 - run: | git rebase origin/master sudo ./docs/api/generate_api_docs.sh