Skip to content

Commit 15c7688

Browse files
author
litongjava
committed
comment github pages
1 parent c571a8d commit 15c7688

File tree

4 files changed

+26
-21
lines changed

4 files changed

+26
-21
lines changed

.github/workflows/vuepress-deploy.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: Build and Deploy
2-
on:
3-
push:
4-
branches: ["main"]
5-
pull_request:
6-
branches: ["main"]
7-
jobs:
8-
build-and-deploy:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout
12-
uses: actions/checkout@master
1+
# name: Build and Deploy
2+
# on:
3+
# push:
4+
# branches: ["main"]
5+
# pull_request:
6+
# branches: ["main"]
7+
# jobs:
8+
# build-and-deploy:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - name: Checkout
12+
# uses: actions/checkout@master
1313

14-
- name: vuepress-deploy
15-
uses: jenkey2011/vuepress-deploy@master
16-
env:
17-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
18-
TARGET_REPO: litongjava/tio-boot-docs
19-
TARGET_BRANCH: gh-pages
20-
BUILD_SCRIPT: yarn && yarn build
21-
BUILD_DIR: docs/.vuepress/dist
14+
# - name: vuepress-deploy
15+
# uses: jenkey2011/vuepress-deploy@master
16+
# env:
17+
# ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
18+
# TARGET_REPO: litongjava/tio-boot-docs
19+
# TARGET_BRANCH: gh-pages
20+
# BUILD_SCRIPT: yarn && yarn build
21+
# BUILD_DIR: docs/.vuepress/dist

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const plugin = require("./config/plugins");
44
const themeConfig = require("./config/themeConfig");
55
const webpack = require("webpack");
66
module.exports = {
7-
base: "/tio-boot-docs/",
7+
base: "/",
88
title: "Tio Boot Docs",
99
description: "Java 高性能Web 快速开发框架",
1010
head: head,
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Quick Start.md

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
[文档地址 1](https://litongjava.github.io/tio-boot-docs/)
77
[备用文档地址 1](https://env-00jxgnx7m5of-static.normal.cloudstatic.cn/tio-boot-docs/)
8+
9+
## node version
10+
11+
16.17.0

0 commit comments

Comments
 (0)