From 361e01c169e74567acf56cea30af8c2c9aa961cc Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Wed, 3 Jul 2024 16:54:16 +0100 Subject: [PATCH] chore: docs fetch all tags (#1261) Need full history to build docs for old versions If this becomes too heavy in the future we can optimise --- .github/workflows/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5fa305e67..7283f2d72 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,6 +30,9 @@ jobs: working-directory: ./hugr-py steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Install poetry run: pipx install poetry - name: Set up Python '3.10'