Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum committed Apr 26, 2022
1 parent b3d375c commit 1291025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-importer/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 使用如下的命令下载并打包依赖的源码。
Expand Down

0 comments on commit 1291025

Please sign in to comment.