Skip to content

Commit 9dbed3b

Browse files
author
ff98sha
committed
初始化wiki
2 parents a87085f + 54fdbc7 commit 9dbed3b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
jobs:
6+
build:
7+
name: Build Gitbook
8+
runs-on: ubuntu-latest
9+
steps:
10+
# Check out the repo first
11+
- name: Checkout code
12+
uses: actions/checkout@v2
13+
# Run this action to publish gitbook
14+
- name: Publish
15+
uses: tuliren/publish-gitbook@v1.0.1
16+
with:
17+
# specify either github_token or personal_token
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
# personal_token: ${{ secrets.PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)