Skip to content

Automatic Metrics API #158

Automatic Metrics API

Automatic Metrics API #158

name: trigger-site-build
on:
pull_request:
jobs:
update-metrics:
uses: ./.github/workflows/automate-metrics.yaml
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_file: 'environment.yml'
environment_name: pythia
artifact_name: book-zip-${{ github.event.number }}
path_to_notebooks: 'portal'
build_command: 'make -j4 html'
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml