Skip to content

Commit 5c940d3

Browse files
committed
Try fetching all tags
1 parent 3c9afa4 commit 5c940d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
with:
2626
ref: 'main'
27-
fetch-tags: true
27+
fetch-depth: 0 # checkout a non-shallow copy so the generator can generate docs for all major versions
2828
- uses: ./
2929
with:
3030
deploy-url: ${{ steps.configure-pages.outputs.base_url }}

0 commit comments

Comments
 (0)