Skip to content

fix foundations links #156

fix foundations links

fix foundations links #156

name: trigger-book-build
on:
pull_request:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
build_command: 'myst build --execute --html'
artifact_name: book-zip-${{ github.event.number }}
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml