diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 69e475a4bb..eb45fea1dd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: run: | pip install --upgrade pip pip install -r ./requirements.txt - pango-view --version # test + - name: set LANG run: sh lang-zh.sh diff --git a/docs-2.0/nebula-importer/use-importer.md b/docs-2.0/nebula-importer/use-importer.md index 9e81e523bf..b3c332cbaf 100644 --- a/docs-2.0/nebula-importer/use-importer.md +++ b/docs-2.0/nebula-importer/use-importer.md @@ -88,7 +88,7 @@ Importer 适用于将本地 CSV 文件的内容导入至 Nebula Graph 中。 1. 克隆仓库。 ```bash - $ git clone -b {{importer.release}} https://github.com/vesoft-inc/nebula-importer.git + $ git clone -b {{importer.branch}} https://github.com/vesoft-inc/nebula-importer.git ``` 2. 使用如下的命令下载并打包依赖的源码。