mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
Update doc-sync.sh
This commit is contained in:
@@ -5,10 +5,6 @@ set -e
|
||||
DOC_REP=docs
|
||||
git clone https://github.com/qdrant/$DOC_REP.git
|
||||
|
||||
|
||||
# ToDo: remove before merge
|
||||
echo $(cd $DOC_REP && git pull && git checkout cloud-docs)
|
||||
|
||||
if [ -d $DOC_REP ]; then
|
||||
QDRANT_DOC_VERSION=$(grep -o 'docVersion = .*' ./qdrant-landing/config.toml | awk -F'"' '/(docVersion = )"([^"]+)"/{ print $2 }')
|
||||
echo "Qdrant doc version: $QDRANT_DOC_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user