Fix Cook-off 2025 button #388
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: trigger-site-build | |
on: | |
pull_request: | |
jobs: | |
build: | |
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main | |
with: | |
artifact_name: book-zip-${{ github.event.number }} | |
base_url: '/_preview/${{ github.event.number }}' | |
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml |