Skip to content

Commit

Permalink
Create gitbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestony committed Apr 17, 2023
1 parent b7c2e76 commit bfc7ee7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gitbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Gitbook Action Build'
on:
push:
branches:
- master # trigger branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v2
- name: Gitbook Action
uses: ZanderZhao/gitbook-action@master
with:
token: ${{ secrets.PERSONAL_TOKEN }}

0 comments on commit bfc7ee7

Please sign in to comment.