You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/.github/workflows/build-man.yml

26 lines
423 B
YAML

name: build-man
on:
push:
branches:
- master
paths:
- 'docs/**/*'
pull_request:
paths:
- 'docs/**/*'
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}-build-man
cancel-in-progress: true
jobs:
build-man:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checks that manual generation works
run: make build-man