Skip to content

Commit ef15903

Browse files
committed
Fix: Also need to fetch tags on checkout
1 parent bcfa85e commit ef15903

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v6
27+
with:
28+
fetch-tags: true
2729
- uses: ./.github/actions/generate-docs
2830
with:
2931
build: all_with_old

0 commit comments

Comments
 (0)