docs: 解决pages问题

This commit is contained in:
wanchun 2023-04-10 14:50:09 +08:00
parent 909c32c0a0
commit 5f766c6383
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
pnpm i
pnpm docs:build
pnpm docs:build-pages
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:

View File

@ -15,6 +15,7 @@
"clean": "rm -rf ./node_modules & rm -rf packages/**/node_modules & rm -rf packages/**/.cache",
"docs:dev": "vuepress dev docs --clean-cache",
"docs:build": "vuepress build docs --clean-cache",
"docs:build-pages": "BASE=/fes.js/ vuepress build docs --clean-cache",
"test": "fes test",
"lint": "eslint -c ./.eslintrc.js --ignore-pattern='templates' --ext .js,.jsx,.vue,.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"