From bb100799a86748bd2e868289c13e39affb22431c Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 25 Jul 2024 17:09:28 +0400 Subject: [PATCH] update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 09b75524..c7399cee 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Build Writerside docs using Docker uses: JetBrains/writerside-github-action@v4 with: @@ -87,6 +89,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/download-artifact@v4 with: name: algolia-indexes