Skip to content

3rdJCG/mdtopdf-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdtopdf-action test

A project to use mdftopdf with GitHub Actions.

Inputs

  • root_file

    The root markdown file to be input. This input is required.

    - uses: 3rdJCG/mdtopdf-action
      with:
        root_file: main.md
  • working_directory

    The working directory for the mdtopdf.

  • mode

    Select 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

License

MIT

About

Use mdtopdf on GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages