From f9447bab6f3492562285da5cd07a280e53b1612c Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Tue, 16 Jan 2024 09:58:41 +0100 Subject: [PATCH] ci: Checkout workspace directory before docs build --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51490b7c7..9ae63a5ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build docs - run: mkdocs build + run: | + bender update && bender checkout + mkdocs build ####################### # Build SW for Occamy #