Skip to content

Commit e00d254

Browse files
authored
Update docs.yml
1 parent 3b0eaa7 commit e00d254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Update docs
2222
run: |
2323
cd master-branch
24+
git fetch --prune --unshallow --tags
2425
version="$(git describe --abbrev=0 --tags)"
2526
2627
for v in `sort -rV <(printf '%s\n%s' "${version}" "$(ls ../docs-branch/versions)")`; do

0 commit comments

Comments
 (0)