Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1

name: trigger-book-build
on:
pull_request:
jobs:
build:
uses: ./.github/workflows/build-book-pullrequest.yaml
with:
environment_name: cookbook-dev
environment_file: environment.yml
path_to_notebooks: ./
use_cached_environment: 'false' # This is default, not strickly needed. Set to 'false' to always build a new environment
link-check:
uses: ./.github/workflows/link-checker.yaml
with:
environment_name: cookbook-dev
environment_file: environment.yml
path_to_notebooks: ./
use_cached_environment: 'true'