Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlo713 committed May 29, 2024
1 parent d48a58a commit f5be81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: 设置 Node.js
uses: actions/setup-node@v4
with:
node-version: lts
node-version: 20
cache: pnpm


- name: 构建文档
# env:
# NODE_OPTIONS: --max_old_space_size=8192
env:
NODE_OPTIONS: --max_old_space_size=8192
run: pnpm run docs:build

# - name: 部署文档
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/ja.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { sidebar } from "vuepress-theme-hope";

export const jaSidebar = sidebar({
"/en/": [
"/ja/": false /* [
"",
{
text: "文法ドキュメント",
Expand All @@ -24,5 +24,5 @@ export const jaSidebar = sidebar({
"beginner","numerals","loanwords","idioms","old"
],
},
],
], */
});

0 comments on commit f5be81a

Please sign in to comment.