Markdown to PDF Workflow
Version updated for https://github.com/masautt/markdown-to-pdf-workflow to version v1.3.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 converts Markdown files into PDF documents, preserving the folder structure and embedding local images directly into the PDFs for self-contained outputs. It automates the process of rendering Markdown to HTML, converting HTML to PDFs using headless Chromium, and packaging the results into a zip file for easy distribution. The action is ideal for generating structured, professional documentation bundles from Markdown files.
What’s Changed
What’s Changed
- fix: pass DOCS_ROOT as an argument to discoverMarkdownFiles for impro… by @masautt in https://github.com/masautt/markdown-to-pdf-workflow/pull/4
Full Changelog: https://github.com/masautt/markdown-to-pdf-workflow/compare/v1.3...v1.3.1