From 204a4fee6289266b73afdfeae3e63d7ee9125e9c Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Mon, 25 Sep 2023 15:50:06 +0200 Subject: [PATCH] Add parameter to actions/checkout to fix doc versions (#2419) --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f74532dd721c..78b04c5138d4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,6 +21,8 @@ jobs: name: Build and deploy steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Bootstrap uses: ./.github/actions/bootstrap - name: Install pandoc