Skip to content

Commit

Permalink
Add: GitBook Action yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Juser0 authored Nov 19, 2023
1 parent 8dca78d commit 5f09594
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gitbook-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: GitBook Action

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Gitbook Action
uses: ZanderZhao/[email protected]
with:
token: ${{ secrets.PERSONAL_TOKEN }}
source_repo: inu-appcenter/server-tech-blog
source_branch: main

0 comments on commit 5f09594

Please sign in to comment.