Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`'
Expand Down