BeBOP-OBON / 0_protocol_collection_template

Collection of biomolecular protocol templates for an organization
4 stars 4 forks source link

Set up pdf autogeneration as github action #1

Open kpitz opened 2 years ago

kpitz commented 2 years ago

Need automated way of converting markdown files to pdfs.

MathewBiddle commented 2 years ago

This GH Action could do the trick: https://github.com/marketplace/actions/create-pdf

MathewBiddle commented 2 years ago

@kpitz as this is something I have an interest in for other activities, so I gave it a shot. I came up with this github action which creates a pdf for each markdown file in this repo (you can see them here).

I think there are ways to streamline this and tie a neat bow around it, so I haven't put this in a PR just yet. Plus, I want to start fresh so you don't get all my tinkering commits (56 of them).

Expect something soon.