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