Skip to content

Add a workflow for the manpage generation #2

Add a workflow for the manpage generation

Add a workflow for the manpage generation #2

name: freight-man-pages
on: [push, pull_request]
jobs:
generate-manpages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install prerequisites
- run: >-
sudo apt-get update
sudo apt-get install -y
ronn
- name: Generate manpages
- run: make man