Skip to content

Commit

Permalink
chore: docs fetch all tags (#1261)
Browse files Browse the repository at this point in the history
Need full history to build docs for old versions

If this becomes too heavy in the future we can optimise
  • Loading branch information
ss2165 authored Jul 3, 2024
1 parent 004b6c1 commit 361e01c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 361e01c

Please sign in to comment.