We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0eaa7 commit e00d254Copy full SHA for e00d254
.github/workflows/docs.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Update docs
22
run: |
23
cd master-branch
24
+ git fetch --prune --unshallow --tags
25
version="$(git describe --abbrev=0 --tags)"
26
27
for v in `sort -rV <(printf '%s\n%s' "${version}" "$(ls ../docs-branch/versions)")`; do
0 commit comments