Skip to content

Commit 87aa019

Browse files
committed
fetch tags only
1 parent 8cd652d commit 87aa019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26+
with:
27+
# fetch-depth: 0
28+
fetch-tags: true
2629

2730
- name: set up python 3.10
2831
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)