Commit 15c7688 litongjava
committed
1 parent c571a8d commit 15c7688 Copy full SHA for 15c7688
File tree 4 files changed +26
-21
lines changed
4 files changed +26
-21
lines changed Original file line number Diff line number Diff line change 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
13
13
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const plugin = require("./config/plugins");
4
4
const themeConfig = require ( "./config/themeConfig" ) ;
5
5
const webpack = require ( "webpack" ) ;
6
6
module . exports = {
7
- base : "/tio-boot-docs/ " ,
7
+ base : "/" ,
8
8
title : "Tio Boot Docs" ,
9
9
description : "Java 高性能Web 快速开发框架" ,
10
10
head : head ,
Original file line number Diff line number Diff line change
1
+ # Quick Start.md
Original file line number Diff line number Diff line change 5
5
6
6
[ 文档地址 1] ( https://litongjava.github.io/tio-boot-docs/ )
7
7
[ 备用文档地址 1] ( https://env-00jxgnx7m5of-static.normal.cloudstatic.cn/tio-boot-docs/ )
8
+
9
+ ## node version
10
+
11
+ 16.17.0
You can’t perform that action at this time.
0 commit comments