Skip to content

nightly-build

nightly-build #657

name: nightly-build
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Daily “At 00:00”
jobs:
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main

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

View workflow run for this annotation

GitHub Actions / nightly-build

Invalid workflow file

The workflow is not valid. In .github/workflows/nightly-build.yaml (Line: 11, Col: 11): Error from called workflow ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main (Line: 52, Col: 9): Required property is missing: type
with:
environment_name: cookbook-dev
link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main