Skip to content

Commit cd75189

Browse files
committed
add trigger site build
1 parent 1ee187c commit cd75189

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: trigger-site-build
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
build:
7+
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
8+
with:
9+
artifact_name: book-zip-${{ github.event.number }}
10+
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
11+
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

0 commit comments

Comments
 (0)