CI/CD: remove legacy documentation action

This commit is contained in:
Zach Dykstra 2022-12-20 21:56:24 -06:00
parent 610b83f967
commit f8156865ff
No known key found for this signature in database
GPG Key ID: F2F0D4FB7A2861E8
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
name: Lint documentation
on: [ push ]
jobs:
documentation:
name: Lint documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run pod2man
run: releng/pod2man.sh "${GITHUB_SHA}"
- name: Run pod2help
run: releng/pod2help.sh