Skip to content

Merge pull request #43 from jukent/rename #138

Merge pull request #43 from jukent/rename

Merge pull request #43 from jukent/rename #138

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
with:
environment_name: cookbook-dev
link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: /.github/workflows/link-checker.yaml@main

Check failure on line 17 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 prefixed with format 'owner/repository/' or './' for local workflows