build: add lunaria locales detector
This commit is contained in:
parent
729a0d6840
commit
0f350226ef
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Docs build
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=8192
|
||||
run: pnpm docs:build && pnpm lunaria:build
|
||||
run: pnpm docs:build
|
||||
|
||||
- name: Deploy docs
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docs:build": "vuepress build --clean-cache --clean-temp",
|
||||
"docs:build": "vuepress build --clean-cache --clean-temp && pnpm lunaria:build",
|
||||
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
|
||||
"docs:dev": "vuepress dev",
|
||||
"docs:serve": "http-server .vuepress/dist -d 0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user