Skip to content

Merge branch 'metrics-gh-action' into metrics-api #66

Merge branch 'metrics-gh-action' into metrics-api

Merge branch 'metrics-gh-action' into metrics-api #66

name: trigger-site-build
on:
pull_request:
jobs:
update-metrics:
uses: automate-metrics.yaml@main

Check failure on line 7 in .github/workflows/trigger-site-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-site-build.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
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