Skip to content

Add a workflow for the manpage generation #1

Add a workflow for the manpage generation

Add a workflow for the manpage generation #1

name: freight-man-pages
on: [push, pull_request]
jobs:
perform-bash-ci:
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