Skip to content

Commit 8befedd

Browse files
committed
Fetch tags as part of doc building
1 parent 7c33018 commit 8befedd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
with:
15+
fetch-tags: true
1416
- uses: pnpm/action-setup@v2
1517
with:
1618
version: 9

0 commit comments

Comments
 (0)