A project to use mdftopdf with GitHub Actions.
-
root_fileThe root markdown file to be input. This input is required.
- uses: 3rdJCG/mdtopdf-action with: root_file: main.md
-
working_directoryThe working directory for the mdtopdf.
-
modeSelect the output file format. Default is mdtopdf.
If you want to get a TeX file, set it up like this
- uses: 3rdJCG/mdtopdf-action with: root_file: main.md mode: mdtotex
If you want to get a HTML file, set it up like this
- uses: 3rdJCG/mdtopdf-action with: root_file: main.md mode: mdtohtml
If you want to get a Docx file, set it up like this
- uses: 3rdJCG/mdtopdf-action with: root_file: main.md mode: mdtodocx
MIT