From 8e187f4ea82bb1c8fe7991176dc5395372709a71 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:18:30 +0800 Subject: [PATCH] rename-v3.2.0-huizhi-v3.2.0e-beta (#2012) --- .github/workflows/deploy.yaml | 10 +++++----- mkdocs.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index aad0281dff8..9637e34fd3f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - v3.2.0-huizhi + - v3.2.0e-beta jobs: deploy: @@ -27,7 +27,7 @@ jobs: - name: mike run: | git fetch origin gh-pages --depth=1 # fix mike's CI update - mike deploy 3.2.0-huizhi -p --rebase + mike deploy 3.2.0e-beta -p --rebase mike list - name: show git branch @@ -37,8 +37,8 @@ jobs: git checkout gh-pages - name: Compress run: | - sed -i 's/{\"version\": \"3.2.0-huizhi\", \"title": "3.2.0-huizhi\", \"aliases\": \[\]},//g' versions.json - tar -vczf nebula-docs.tar.gz 3.2.0-huizhi versions.json *.html + sed -i 's/{\"version\": \"3.2.0e-beta\", \"title": "3.2.0e-beta\", \"aliases\": \[\]},//g' versions.json + tar -vczf nebula-docs.tar.gz 3.2.0e-beta versions.json *.html # not public this branch; but push to web service - name: Transfer @@ -62,7 +62,7 @@ jobs: mkdir -p /usr/web/nebula-docs/ tar -xzf /usr/web/nebula-docs.tar.gz -C /usr/web/nebula-docs/ mkdir -p /usr/web/nebula-docs/site/pdf/ - cp -f /usr/web/nebula-docs/3.2.0-huizhi/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf + cp -f /usr/web/nebula-docs/3.2.0e-beta/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf # pip3 install --upgrade pip # pip3 install -r /usr/web/nebula-docs/requirement.txt diff --git a/mkdocs.yml b/mkdocs.yml index 886d521441b..cf503dda17c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ docs_dir: docs-2.0 copyright: Copyright © 2022 Nebula Graph - 浙ICP备20010487号 # modify when release: -edit_uri: 'edit/v3.2.0-huizhi/docs-2.0/' +edit_uri: 'edit/v3.2.0e-beta/docs-2.0/' # Configuration theme: @@ -102,7 +102,7 @@ plugins: # modify when release: - with-pdf: copyright: 2022 vesoft Inc. - cover_subtitle: v3.2.0-huizhi + cover_subtitle: v3.2.0e-beta author: 吴敏,周瑶,梁振亚,杨怡璇,黄凤仙 cover: true back_cover: true