Merged
Conversation
Test Build PreviewGenerated from ArtifactsDownload the generated files from the workflow run: Single-file mode (test-output-single):
Combined mode (test-output-combined):
Collection mode - flat (test-output-collection-flat):
Collection mode - nested (test-output-collection-nested):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the GitHub Action to improve handling of preview image filenames, enhance support for different multi-file modes, and clarify documentation. The main improvements are the dynamic defaulting of the preview image filename to the PDF name when not specified, and the addition of a new "collection" mode for multi-file HTML generation.
Preview image filename handling:
output-previewinput now defaults to the PDF filename (without extension) if not explicitly set, both in documentation and in the action logic. This ensures more predictable and relevant preview image names. [1] [2] [3] [4] [5]Multi-file mode enhancements:
Documentation updates:
docs/configuration.mdto reflect the new default behavior foroutput-previewand to clarify the available modes.