Skip to content

Commit

Permalink
fix(website): fix the website deploy bug(#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nliver committed Nov 23, 2023
1 parent f981805 commit c00e1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Docs/02-getting-started/quick-add-mtr-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c00e1cf

Please sign in to comment.