mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 06:27:23 +08:00
docs: vuepress构建文档
This commit is contained in:
parent
6c02bfc783
commit
86add474f4
@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# 如果你文档需要 Git 子模块,取消注释下一行
|
# 如果你文档需要 Git 子模块,取消注释下一行
|
||||||
submodules: true
|
# submodules: true
|
||||||
|
|
||||||
- name: 安装 pnpm
|
- name: 安装 pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
@ -30,15 +30,15 @@ jobs:
|
|||||||
|
|
||||||
- name: 设置 Node.js
|
- name: 设置 Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
run: |-
|
||||||
node-version: 20
|
cd docs
|
||||||
cache: pnpm
|
pnpm install
|
||||||
|
|
||||||
|
|
||||||
- name: 构建文档
|
- name: 构建文档
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
run: |-
|
run: |-
|
||||||
|
cd docs
|
||||||
pnpm run docs:build
|
pnpm run docs:build
|
||||||
> .vuepress/dist/.nojekyll
|
> .vuepress/dist/.nojekyll
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,7 @@ config.yml
|
|||||||
config.example.yml
|
config.example.yml
|
||||||
compile.bat
|
compile.bat
|
||||||
# vuepress
|
# vuepress
|
||||||
docs/.github
|
.github
|
||||||
|
|
||||||
# nuitka
|
# nuitka
|
||||||
main.build/
|
main.build/
|
||||||
|
Loading…
Reference in New Issue
Block a user