Skip to content

Commit

Permalink
modify publish-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 committed Apr 30, 2024
1 parent cad1f12 commit d46d020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kokoro/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ python3 -m nox --version
# build docs
nox -s docs

VERSION=$(python -c "import langchain_google_cloud_sql_mysql;print(langchain_google_cloud_sql_mysql.__version__)")
python3 -m pip install .
VERSION=$(python3 -c "import langchain_google_cloud_sql_mysql;print(langchain_google_cloud_sql_mysql.__version__)")

# create metadata
python3 -m docuploader create-metadata \
Expand Down

0 comments on commit d46d020

Please sign in to comment.