man: Fix the description of virtual address when FI_MR_DMABUF is set #12224
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Man Page Converter | |
on: | |
push: | |
paths: | |
- 'man/*.md' | |
workflow_dispatch: | |
jobs: | |
nroff-elves-scheduled: | |
name: The Nroff Elves | |
runs-on: ubuntu-latest | |
steps: | |
- name: Debug information | |
env: | |
GITHUB_DATA: ${{ toJSON(github) }} | |
run: | | |
echo This is information that may be useful for debugging. | |
echo "$GITHUB_DATA" | |
- name: Check out the git repo | |
uses: actions/checkout@v4 | |
- name: Build the nroff man pages | |
run: .github/workflows/nroff-elves.sh | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
REPO: ${{ github.event.repository.full_name }} | |
BASE_REF: ${{ github.ref_name }} |