From c00e1cff595e8565c834214782a0cbbddc2d2d87 Mon Sep 17 00:00:00 2001 From: LiMK Date: Thu, 23 Nov 2023 15:59:20 +0800 Subject: [PATCH] fix(website): fix the website deploy bug(#1970) --- .github/workflows/website-deploy.yml | 2 +- Docs/02-getting-started/quick-add-mtr-test.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 5563ce97d..0a6e9de30 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install dependencies and build website run: cd website && yarn install --frozen-lockfile && yarn build diff --git a/Docs/02-getting-started/quick-add-mtr-test.md b/Docs/02-getting-started/quick-add-mtr-test.md index 9725e4586..cd565219e 100644 --- a/Docs/02-getting-started/quick-add-mtr-test.md +++ b/Docs/02-getting-started/quick-add-mtr-test.md @@ -9,7 +9,7 @@ sidebar_position: 3.6 When you contribute your code into StoneDB, test your code in the meantime. -Test cases are in the path \${StoneDB-Source-DIR}/mysql-test/suite/tianmu/. +Test cases are in the path `\${StoneDB-Source-DIR}/mysql-test/suite/tianmu/`. :::info `${StoneDB-Source-DIR}` is your StoneDB source code directory.