Skip to content

Automatic Metrics API #452

Automatic Metrics API

Automatic Metrics API #452

Workflow file for this run

name: nightly-build
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Daily “At 00:00”
jobs:
update-metrics:
uses: automate-metrics.yaml@main

Check failure on line 10 in .github/workflows/nightly-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly-build.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_file: 'environment.yml'
environment_name: pythia
path_to_notebooks: 'portal'
build_command: 'make -j4 html'
link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ./.github/workflows/sphinx-link-checker.yaml
with:
path_to_source: 'portal'
deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
cname: projectpythia.org
publish_dir: 'portal/_build/html'