fix: 文档前缀路径

This commit is contained in:
harrywan 2022-05-25 10:59:01 +08:00 committed by GitHub
parent dcb85dc0ba
commit f2b0937348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
# 本地.ssh文件下的私钥id_rsa存在secrets的TOKEN中
SSH_PRIVATE_KEY: ${{ secrets.HARRYWAN_PRIVATE_KEY }}
# 源目录,相对于$GITHUB_WORKSPACE根目录的路径
SOURCE: packages/fes-doc/docs/.vuepress/dist
SOURCE: packages/fes-doc/docs/.vuepress/dist/
# 服务器域名
REMOTE_HOST: ${{ secrets.TX_IP }}
# 腾讯云默认用户名为root

View File

@ -1,5 +1,5 @@
module.exports = {
base: "/fes.js/",
base: "/1.0/",
title: "Fes.js",
description: "中台应用前端快速解决方案",
plugins: {