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.
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 thatubuntu-latest
hasperl
andpandoc
installed.