Skip to content

Commit 1518880

Browse files
committed
ci: fix doc version resolve
1 parent d780ae6 commit 1518880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
name: github-pages
1717
steps:
1818
- uses: actions/checkout@v4
19-
with:
20-
fetch-depth: 0
19+
- name: fetch tags
20+
run: git fetch --prune --unshallow --tags
2121
- uses: actions/setup-node@v4
2222
- name: build
2323
run: |

0 commit comments

Comments
 (0)