From b7820492f916391bc830b66e2b38106e2eee1b65 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 12 Aug 2023 20:01:59 -0300 Subject: build: fix wrong man page paths Change the old .txt paths into the new .in paths. This amends commit 76bd5ad0f ("build: simplify code related to man pages", 2023-07-12) / PR #5898. --- .github/workflows/build-extra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index a36997838..0f7ddb466 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -7,7 +7,7 @@ on: - 'contrib/syntax/**' - 'contrib/vim/**' - 'etc/**' - - 'src/man/*.txt' + - 'src/man/*.in' - .git-blame-ignore-revs - .github/dependabot.yml - .github/pull_request_template.md @@ -29,7 +29,7 @@ on: - 'contrib/syntax/**' - 'contrib/vim/**' - 'etc/**' - - 'src/man/*.txt' + - 'src/man/*.in' - .git-blame-ignore-revs - .github/dependabot.yml - .github/pull_request_template.md -- cgit v1.2.3-54-g00ecf