mirror of https://github.com/mpv-player/mpv
github/workflows: rename the job for the docs check
Copy and pasted from commit msg lint obviously, but I forgot to rename it. Oops. Capitalize the name field while I'm at it (seems like all the other workflows do it too).
This commit is contained in:
parent
3140f921dd
commit
49286209a0
|
@ -14,11 +14,11 @@ on:
|
||||||
- 'DOCS/**'
|
- 'DOCS/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
commit-msg:
|
check-docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: docs
|
- name: Docs
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install python3-docutils
|
sudo apt-get install python3-docutils
|
||||||
rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1
|
rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1
|
||||||
|
|
Loading…
Reference in New Issue