We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434ba3d commit 21a5debCopy full SHA for 21a5deb
.github/workflows/redisvl_docs_sync.yaml
@@ -52,6 +52,7 @@ jobs:
52
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
run: |
54
version="${{ matrix.version }}"
55
+ version="${version#v}"
56
isLatest="${{ matrix.isLatest }}"
57
58
pushd redis-vl-python
@@ -74,6 +75,7 @@ jobs:
74
75
- name: 'Format markdown files for hugo compatibility'
76
77
78
79
80
81
#!/bin/bash
@@ -323,6 +325,7 @@ jobs:
323
325
324
326
327
release="${{ matrix.version }}"
328
+ release="${release#v}"
329
branch="redisvl_docs_sync_${release}"
330
redisvl_change=false
331
0 commit comments