mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
✨ 更新 GitHub Actions 工作流,移除不必要的构建输出;更新 .gitignore 文件以排除 VitePress 生成的缓存和构建目录
This commit is contained in:
parent
9dc2c42f8b
commit
a8cc471f7b
1
.github/workflows/docs-build.yml
vendored
1
.github/workflows/docs-build.yml
vendored
@ -58,7 +58,6 @@ jobs:
|
|||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
run: |-
|
run: |-
|
||||||
pnpm run docs:build
|
pnpm run docs:build
|
||||||
> .vitepress/dist/.nojekyll
|
|
||||||
|
|
||||||
- name: 部署文档
|
- name: 部署文档
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -183,4 +183,5 @@ praises.json
|
|||||||
|
|
||||||
# vitepress and node.js
|
# vitepress and node.js
|
||||||
node_modules/
|
node_modules/
|
||||||
docs/.vitepress/cache
|
docs/.vitepress/cache
|
||||||
|
docs/.vitepress/dist
|
Loading…
x
Reference in New Issue
Block a user