torognes / vsearch

Versatile open-source tool for microbiome analysis
Other
674 stars 125 forks source link

automatically generate markdown files and deploy Pages #579

Closed frederic-mahe closed 1 week ago

frederic-mahe commented 1 week ago

Not urgent, I can make tests on a clone repository to see if it works as expected. Then we can decide if we switch to markdown for our manpages or not.

General idea: when pushing to dev, GitHub Action calls a bash script to build mardown files in ./docs, and then deploys a static website with GitHub Pages.

first attempt, assuming that GitHub Pages is active and reads ./docs. Also assuming that ubuntu-latest has perl and pandoc installed.

frederic-mahe commented 1 week ago

merging for an initial test