From 03c2755f204dfab097286e7f0db34d1edf942b9b Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:42:07 -0700 Subject: [PATCH] Update default build command to include --strict --- .github/workflows/build-book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-book.yaml b/.github/workflows/build-book.yaml index 15d93ea..31a583f 100644 --- a/.github/workflows/build-book.yaml +++ b/.github/workflows/build-book.yaml @@ -26,7 +26,7 @@ on: build_command: description: 'The linux command to build the book or site.' required: false - default: 'myst build --execute --html' + default: 'myst build --execute --html --strict' type: string output_path: description: 'Path to the built html content relative to `path_to_notebooks`'