Skip to content

Commit

Permalink
github/workflows: rename the job for the docs check
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Dudemanguy committed Sep 24, 2023
1 parent 3140f92 commit 4928620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
- 'DOCS/**'

jobs:
commit-msg:
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: docs
- name: Docs
run: |
sudo apt-get install python3-docutils
rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1

0 comments on commit 4928620

Please sign in to comment.