Skip to content

Commit

Permalink
Add Pull-Request build
Browse files Browse the repository at this point in the history
  • Loading branch information
pymumu committed Nov 26, 2021
1 parent 8e210cf commit bd68a98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Gitbook Action Build'
name: 'Publish'
on:
push:
branches:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Pull Request'
on:
push:
branches:
- main # trigger branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v2
- name: Gitbook Action
uses: modelbox-ai/gitbook-action@master
with:
source_branch: main
pull_request: true

0 comments on commit bd68a98

Please sign in to comment.