Markdown to PDF Workflow
Version updated for https://github.com/masautt/markdown-to-pdf-workflow to version v1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of converting a structured set of Markdown files into print-ready PDFs, organized in a parallel directory structure, and packages them into a zip file for easy distribution. It streamlines tasks such as discovering Markdown files, embedding local images, and rendering PDFs using a headless browser, making it ideal for teams managing documentation. The action ensures consistent PDF output and simplifies sharing or archiving by providing a downloadable zip artifact.
What’s Changed
What’s Changed
- Refactor code structure for improved readability and maintainability by @masautt in https://github.com/masautt/markdown-to-pdf-workflow/pull/1
New Contributors
- @masautt made their first contribution in https://github.com/masautt/markdown-to-pdf-workflow/pull/1
Full Changelog: https://github.com/masautt/markdown-to-pdf-workflow/commits/v1.1