docs: 文档action

This commit is contained in:
wanchun 2022-04-14 13:08:03 +08:00
parent 873dd30c87
commit a639b976f8
2 changed files with 15 additions and 8 deletions

View File

@ -16,9 +16,16 @@ 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. - 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: yarn && yarn docs:build run: yarn && yarn docs:build
- name: Build and Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1 uses: easingthemes/ssh-deploy@main
with: env:
branch: master # The branch the action should deploy to. # 本地.ssh文件下的私钥id_rsa存在secrets的TOKEN中
folder: docs/.vuepress/dist # The folder the action should deploy. SSH_PRIVATE_KEY: ${{ secrets.HARRYWAN_PRIVATE_KEY }}
token: ${{ secrets.QLIN_GITEE_TOKEN }} # 源目录,相对于$GITHUB_WORKSPACE根目录的路径
SOURCE: docs/.vuepress/dist/
# 服务器域名
REMOTE_HOST: ${{ secrets.TX_IP }}
# 腾讯云默认用户名为root
REMOTE_USER: root
# 目标目录
TARGET: /data/web-packages/p/fesjs

View File

@ -3,11 +3,11 @@ import type { DefaultThemeOptions } from '@vuepress/theme-default'
import { navbar, sidebar } from './configs' import { navbar, sidebar } from './configs'
const config: UserConfig<DefaultThemeOptions> = { const config: UserConfig<DefaultThemeOptions> = {
base: '/fesjs/', base: '/',
// evergreen: process.env.NODE_ENV !== 'production', // evergreen: process.env.NODE_ENV !== 'production',
head: [['link', { rel: 'manifest', href: '/fesjs/manifest.webmanifest' }], ['link', { rel: 'icon', href: `/fesjs/logo.png` }]], head: [['link', { rel: 'manifest', href: '/manifest.webmanifest' }], ['link', { rel: 'icon', href: `/logo.png` }]],
// site-level locales config // site-level locales config
locales: { locales: {