From 7d39ef7babd89e10cded0769726084f92a62c4c6 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 23 Oct 2022 10:36:16 +0200 Subject: docs: link to next docs and vice versa (#1438) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a4b87b..e22aefaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + # Required for docs/versions tests + fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v2.2.4 -- cgit v1.2.3