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 287a62d commit 095cc2aCopy full SHA for 095cc2a
.github/workflows/redisvl_docs_sync.yaml
@@ -274,9 +274,6 @@ jobs:
274
fi
275
done
276
277
- # Globally replace unicode quotes to ASCII
278
- find content/develop/ai/redisvl/ -type f -exec sed -i 's/[“”]/"/g' {} \;
279
-
280
if [ ${isLatest} = true ]; then
281
cp -r redis_vl_hugo/* content/develop/ai/redisvl/
282
else
@@ -287,6 +284,9 @@ jobs:
287
284
python3 build/version_archiver.py redisvl ${version} --skip-archive
288
285
289
286
+ # Globally replace unicode quotes to ASCII
+ find content/develop/ai/redisvl/ -type f -exec sed -i 's/[“”]/"/g' {} \;
+
290
- name: 'Create pull request if necessary'
291
env:
292
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments