We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee187c commit cd75189Copy full SHA for cd75189
.github/workflows/trigger-site-build.yaml
@@ -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